]> git.meshlink.io Git - meshlink/blobdiff - src/ecdsa.h
Update all header guards.
[meshlink] / src / ecdsa.h
index ef10fe718363b7f87220eeae141d6492c1940f7c..364b2726f443ec9bf2f86a013aaa453f1eaba288 100644 (file)
@@ -1,6 +1,9 @@
+#ifndef MESHLINK_ECDSA_H
+#define MESHLINK_ECDSA_H
+
 /*
     ecdsa.h -- ECDSA key handling
-    Copyright (C) 2014 Guus Sliepen <guus@meshlink.io>
+    Copyright (C) 2014, 2017 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,9 +20,6 @@
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef __MESHLINK_ECDSA_H__
-#define __MESHLINK_ECDSA_H__
-
 #ifndef __MESHLINK_ECDSA_INTERNAL__
 typedef struct ecdsa ecdsa_t;
 #endif