summaryrefslogtreecommitdiff
path: root/lib/accelerated/x86/aes-x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/accelerated/x86/aes-x86.h')
-rw-r--r--lib/accelerated/x86/aes-x86.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/accelerated/x86/aes-x86.h b/lib/accelerated/x86/aes-x86.h
index 2fcd890980..92f54a6a90 100644
--- a/lib/accelerated/x86/aes-x86.h
+++ b/lib/accelerated/x86/aes-x86.h
@@ -1,5 +1,5 @@
-#ifndef AES_X86_H
-#define AES_X86_H
+#ifndef GNUTLS_LIB_ACCELERATED_X86_AES_X86_H
+#define GNUTLS_LIB_ACCELERATED_X86_AES_X86_H
#include "gnutls_int.h"
@@ -62,4 +62,4 @@ extern const gnutls_crypto_cipher_st _gnutls_aes_ssse3;
extern const gnutls_crypto_cipher_st _gnutls_aesni_x86;
-#endif
+#endif /* GNUTLS_LIB_ACCELERATED_X86_AES_X86_H */