summaryrefslogtreecommitdiff
path: root/crypto/openssl/include/internal/dane.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/include/internal/dane.h')
-rw-r--r--crypto/openssl/include/internal/dane.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssl/include/internal/dane.h b/crypto/openssl/include/internal/dane.h
index a1cb5488ba00..7a39bd7d7d46 100644
--- a/crypto/openssl/include/internal/dane.h
+++ b/crypto/openssl/include/internal/dane.h
@@ -7,8 +7,8 @@
* https://www.openssl.org/source/license.html
*/
-#ifndef HEADER_INTERNAL_DANE_H
-#define HEADER_INTERNAL_DANE_H
+#ifndef OSSL_INTERNAL_DANE_H
+#define OSSL_INTERNAL_DANE_H
#include <openssl/safestack.h>
@@ -100,4 +100,4 @@ struct ssl_dane_st {
#define DANETLS_HAS_DANE_TA(dane) ((dane)&&((dane)->umask & DANETLS_DANE_TA_MASK))
#define DANETLS_HAS_DANE_EE(dane) ((dane)&&((dane)->umask & DANETLS_DANE_EE_MASK))
-#endif /* HEADER_INTERNAL_DANE_H */
+#endif /* OSSL_INTERNAL_DANE_H */