summaryrefslogtreecommitdiff
path: root/lib/auth/srp_passwd.h
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-04-28 11:55:37 +0200
committerTim Rühsen <tim.ruehsen@gmx.de>2019-05-07 21:10:46 +0200
commit22bdba28b71c09214f452720a415e2c71de26e23 (patch)
treed1d21bc71e36cea890793a28f3218687cc958ea3 /lib/auth/srp_passwd.h
parentf04f0853b2be8b46d1437e6636900165b3a89f73 (diff)
downloadgnutls-22bdba28b71c09214f452720a415e2c71de26e23.tar.gz
Add or clean header guards in lib/auth/
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
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 */