summaryrefslogtreecommitdiff
path: root/lib/auth/dh_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth/dh_common.h')
-rw-r--r--lib/auth/dh_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/auth/dh_common.h b/lib/auth/dh_common.h
index a87d2034af..7584f89cf7 100644
--- a/lib/auth/dh_common.h
+++ b/lib/auth/dh_common.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef AUTH_DH_COMMON
-#define AUTH_DH_COMMON
+#ifndef GNUTLS_LIB_AUTH_DH_COMMON_H
+#define GNUTLS_LIB_AUTH_DH_COMMON_H
#include <auth.h>
@@ -47,4 +47,4 @@ int _gnutls_dh_common_print_server_kx(gnutls_session_t,
int _gnutls_proc_dh_common_server_kx(gnutls_session_t session,
uint8_t * data, size_t _data_size);
-#endif
+#endif /* GNUTLS_LIB_AUTH_DH_COMMON_H */