]> git.meshlink.io Git - meshlink/blobdiff - src/ecdsa.h
Replace __TINC with __MESHLINK in the include guards.
[meshlink] / src / ecdsa.h
index 5c14f75b3833373d5d0c85a5ca8f0f9b08134070..707b02cfc282d8150f1d9425d0d4c5508a399a12 100644 (file)
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef __TINC_ECDSA_H__
-#define __TINC_ECDSA_H__
+#ifndef __MESHLINK_ECDSA_H__
+#define __MESHLINK_ECDSA_H__
 
-#ifndef __TINC_ECDSA_INTERNAL__
+#ifndef __MESHLINK_ECDSA_INTERNAL__
 typedef struct ecdsa ecdsa_t;
 #endif