c2e3151
diff -up openssl-1.0.1c/crypto/modes/Makefile.aliasing openssl-1.0.1c/crypto/modes/Makefile
c2e3151
--- openssl-1.0.1c/crypto/modes/Makefile.aliasing	2011-08-12 00:36:17.000000000 +0200
c2e3151
+++ openssl-1.0.1c/crypto/modes/Makefile	2012-07-13 11:32:10.767829077 +0200
c2e3151
@@ -12,7 +12,7 @@ AR=		ar r
c2e3151
 
c2e3151
 MODES_ASM_OBJ=
c2e3151
 
c2e3151
-CFLAGS= $(INCLUDES) $(CFLAG)
c2e3151
+CFLAGS= $(INCLUDES) $(CFLAG) -fno-strict-aliasing
c2e3151
 ASFLAGS= $(INCLUDES) $(ASFLAG)
c2e3151
 AFLAGS= $(ASFLAGS)
c2e3151