Please Clang's sanitizer.
[openssl.git] / crypto / modes / cbc128.c
index 0e54f75470b2fbba3b85289ec845b9e7bfb8ec4e..8c9bdea4aa9bc107e775fbfacba8274ccc0a257e 100644 (file)
@@ -59,7 +59,7 @@
 #endif
 #include <assert.h>
 
-#ifndef STRICT_ALIGNMENT
+#if !defined(STRICT_ALIGNMENT) && !defined(PEDANTIC)
 #  define STRICT_ALIGNMENT 0
 #endif