summaryrefslogtreecommitdiff
path: root/lib/auth/srp_passwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth/srp_passwd.h')
-rw-r--r--lib/auth/srp_passwd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/auth/srp_passwd.h b/lib/auth/srp_passwd.h
index 317e8bfac3..56ecec2ffe 100644
--- a/lib/auth/srp_passwd.h
+++ b/lib/auth/srp_passwd.h
@@ -20,6 +20,9 @@
*
*/
+#ifndef GNUTLS_LIB_AUTH_SRP_PASSWD_H
+#define GNUTLS_LIB_AUTH_SRP_PASSWD_H
+
#ifdef ENABLE_SRP
typedef struct {
@@ -39,3 +42,5 @@ int _gnutls_sbase64_decode(char *data, size_t data_size,
uint8_t ** result);
#endif /* ENABLE_SRP */
+
+#endif /* GNUTLS_LIB_AUTH_SRP_PASSWD_H */