]> git.meshlink.io Git - meshlink/blobdiff - src/ecdsagen.h
Merge branch 'discovery' into everbase
[meshlink] / src / ecdsagen.h
index b7dc548703bdc42d4a452bfeeff764ac73321ac5..ed36b50e5540685bf200a2a1fe36215e782b6e75 100644 (file)
@@ -1,6 +1,6 @@
 /*
     ecdsagen.h -- ECDSA key generation and export
-    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
@@ -17,8 +17,8 @@
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef __TINC_ECDSAGEN_H__
-#define __TINC_ECDSAGEN_H__
+#ifndef __MESHLINK_ECDSAGEN_H__
+#define __MESHLINK_ECDSAGEN_H__
 
 #include "ecdsa.h"