summaryrefslogtreecommitdiff
path: root/lib/ext/srp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ext/srp.h')
-rw-r--r--lib/ext/srp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ext/srp.h b/lib/ext/srp.h
index f70441c17c..fd7576fef7 100644
--- a/lib/ext/srp.h
+++ b/lib/ext/srp.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef EXT_SRP_H
-#define EXT_SRP_H
+#ifndef GNUTLS_LIB_EXT_SRP_H
+#define GNUTLS_LIB_EXT_SRP_H
#include <hello_ext.h>
@@ -39,4 +39,4 @@ typedef struct {
#endif
-#endif
+#endif /* GNUTLS_LIB_EXT_SRP_H */