]> git.meshlink.io Git - meshlink/blobdiff - src/ecdh.h
Replace __TINC with __MESHLINK in the include guards.
[meshlink] / src / ecdh.h
index 03ff77ae9f2429f5eb1b7a06814faed902fe6075..ac6bf0297cecab55ac364981a642d2fdad842155 100644 (file)
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef __TINC_ECDH_H__
-#define __TINC_ECDH_H__
+#ifndef __MESHLINK_ECDH_H__
+#define __MESHLINK_ECDH_H__
 
 #define ECDH_SIZE 32
 #define ECDH_SHARED_SIZE 32
 
-#ifndef __TINC_ECDH_INTERNAL__
+#ifndef __MESHLINK_ECDH_INTERNAL__
 typedef struct ecdh ecdh_t;
 #endif