summaryrefslogtreecommitdiff
path: root/lib/auth/cert.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth/cert.h')
-rw-r--r--lib/auth/cert.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/auth/cert.h b/lib/auth/cert.h
index c494975fa7..4499320865 100644
--- a/lib/auth/cert.h
+++ b/lib/auth/cert.h
@@ -21,8 +21,9 @@
*
*/
-#ifndef AUTH_CERT_H
-#define AUTH_CERT_H
+#ifndef GNUTLS_LIB_AUTH_CERT_H
+#define GNUTLS_LIB_AUTH_CERT_H
+
#include "auth.h"
#include <auth/dh_common.h>
#include <x509/x509_int.h>
@@ -181,4 +182,4 @@ inline static unsigned get_key_usage(gnutls_session_t session, gnutls_pubkey_t p
return pubkey->key_usage;
}
-#endif
+#endif /* GNUTLS_LIB_AUTH_CERT_H */