summaryrefslogtreecommitdiff
path: root/lib/x509/x509_ext_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/x509_ext_int.h')
-rw-r--r--lib/x509/x509_ext_int.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/x509/x509_ext_int.h b/lib/x509/x509_ext_int.h
index d1a395a6f8..2e3f162a5d 100644
--- a/lib/x509/x509_ext_int.h
+++ b/lib/x509/x509_ext_int.h
@@ -19,8 +19,8 @@
*
*/
-#ifndef X509_EXT_INT_H
-#define X509_EXT_INT_H
+#ifndef GNUTLS_LIB_X509_X509_EXT_INT_H
+#define GNUTLS_LIB_X509_X509_EXT_INT_H
#include "gnutls_int.h"
struct name_st {
@@ -31,4 +31,4 @@ struct name_st {
int _gnutls_alt_name_process(gnutls_datum_t *out, unsigned type, const gnutls_datum_t *san, unsigned raw);
-#endif
+#endif /* GNUTLS_LIB_X509_X509_EXT_INT_H */