aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/modes/cbc128.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/modes/cbc128.c')
-rw-r--r--crypto/openssl/crypto/modes/cbc128.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/modes/cbc128.c b/crypto/openssl/crypto/modes/cbc128.c
index 1ed79672749a..c13caea5355b 100644
--- a/crypto/openssl/crypto/modes/cbc128.c
+++ b/crypto/openssl/crypto/modes/cbc128.c
@@ -59,7 +59,7 @@
#endif
#include <assert.h>
-#ifndef STRICT_ALIGNMENT
+#if !defined(STRICT_ALIGNMENT) && !defined(PEDANTIC)
# define STRICT_ALIGNMENT 0
#endif