summaryrefslogtreecommitdiff
path: root/lib/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth.h')
-rw-r--r--lib/auth.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/auth.h b/lib/auth.h
index 6b95e1d142..7e2f3afdc4 100644
--- a/lib/auth.h
+++ b/lib/auth.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef GNUTLS_AUTH_H
-#define GNUTLS_AUTH_H
+#ifndef GNUTLS_LIB_AUTH_H
+#define GNUTLS_LIB_AUTH_H
#include "str.h"
@@ -83,4 +83,4 @@ void *_gnutls_get_auth_info(gnutls_session_t session, gnutls_credentials_type_t
return NULL;
}
-#endif
+#endif /* GNUTLS_LIB_AUTH_H */