]> git.meshlink.io Git - meshlink/blobdiff - src/ecdsa.h
code cleanup; noptr fix
[meshlink] / src / ecdsa.h
index 9d7c34d866ba048b71b0896764bc8843a499ef48..707b02cfc282d8150f1d9425d0d4c5508a399a12 100644 (file)
@@ -1,6 +1,6 @@
 /*
     ecdsa.h -- ECDSA key handling
-    Copyright (C) 2011-2013 Guus Sliepen <guus@meshlink.io>
+    Copyright (C) 2014 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     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