Update all header guards.
[tinc] / src / gcrypt / rsa.h
index 143f015..2ea5e65 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef TINC_GCRYPT_RSA_H
+#define TINC_GCRYPT_RSA_H
+
 /*
     rsa.h -- RSA key handling
     Copyright (C) 2007 Guus Sliepen <guus@tinc-vpn.org>
@@ -17,9 +20,6 @@
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef __TINC_RSA_H__
-#define __TINC_RSA_H__
-
 #include <gcrypt.h>
 
 typedef struct rsa {