summaryrefslogtreecommitdiff
path: root/lib/srp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/srp.h')
-rw-r--r--lib/srp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/srp.h b/lib/srp.h
index bf4f4d9679..ab5a184ac7 100644
--- a/lib/srp.h
+++ b/lib/srp.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef _SRP_H
-# define _SRP_H
+#ifndef GNUTLS_LIB_SRP_H
+#define GNUTLS_LIB_SRP_H
#include <config.h>
@@ -44,4 +44,4 @@ int _gnutls_srp_gn(uint8_t ** ret_g, uint8_t ** ret_n, int bits);
#endif
-#endif
+#endif /* GNUTLS_LIB_SRP_H */