summaryrefslogtreecommitdiff
path: root/lib/auth/ecdhe.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth/ecdhe.h')
-rw-r--r--lib/auth/ecdhe.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/auth/ecdhe.h b/lib/auth/ecdhe.h
index d558abfb73..e80e1ba25a 100644
--- a/lib/auth/ecdhe.h
+++ b/lib/auth/ecdhe.h
@@ -21,8 +21,8 @@
*
*/
-#ifndef AUTH_ECDH_COMMON
-#define AUTH_ECDH_COMMON
+#ifndef GNUTLS_LIB_AUTH_ECDHE_H
+#define GNUTLS_LIB_AUTH_ECDHE_H
#include <auth.h>
@@ -49,4 +49,4 @@ int _gnutls_proc_ecdh_common_server_kx(gnutls_session_t session,
-#endif
+#endif /* GNUTLS_LIB_AUTH_ECDHE_H */