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