summaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/aes/aes_local.h')
-rw-r--r--crypto/aes/aes_local.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/aes/aes_local.h b/crypto/aes/aes_local.h
index adee29df8d..cc8456861d 100644
--- a/crypto/aes/aes_local.h
+++ b/crypto/aes/aes_local.h
@@ -7,8 +7,8 @@
* https://www.openssl.org/source/license.html
*/
-#ifndef HEADER_AES_LOCL_H
-# define HEADER_AES_LOCL_H
+#ifndef OSSL_CRYPTO_AES_LOCAL_H
+# define OSSL_CRYPTO_AES_LOCAL_H
# include <openssl/e_os2.h>
# include <stdio.h>
@@ -39,4 +39,4 @@ typedef unsigned char u8;
/* This controls loop-unrolling in aes_core.c */
# undef FULL_UNROLL
-#endif /* !HEADER_AES_LOCL_H */
+#endif /* !OSSL_CRYPTO_AES_LOCAL_H */