]> git.meshlink.io Git - meshlink/blobdiff - src/ecdsagen.h
Set meshlink_errno everywhere an error is returned by the public API.
[meshlink] / src / ecdsagen.h
index 12e5c0032c5c25b7b7fa209a7570daf45675de61..ed36b50e5540685bf200a2a1fe36215e782b6e75 100644 (file)
@@ -1,6 +1,6 @@
 /*
     ecdsagen.h -- ECDSA key generation and export
-    Copyright (C) 2011-2013 Guus Sliepen <guus@tinc-vpn.org>
+    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"