summaryrefslogtreecommitdiff
path: root/lib/libcrypto/modes/modes_lcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/modes/modes_lcl.h')
-rw-r--r--lib/libcrypto/modes/modes_lcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/modes/modes_lcl.h b/lib/libcrypto/modes/modes_lcl.h
index 9057f7fd76c..2fc81382734 100644
--- a/lib/libcrypto/modes/modes_lcl.h
+++ b/lib/libcrypto/modes/modes_lcl.h
@@ -34,7 +34,7 @@ typedef unsigned char u8;
# undef STRICT_ALIGNMENT
#endif
-#if !defined(PEDANTIC) && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM)
+#if !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM)
#if defined(__GNUC__) && __GNUC__>=2
# if defined(__x86_64) || defined(__x86_64__)
# define BSWAP8(x) ({ u64 ret=(x); \