diff --git a/projects/cryptofuzz/build.sh b/projects/cryptofuzz/build.sh index 545bbbfce..5fa3ccdab 100755 --- a/projects/cryptofuzz/build.sh +++ b/projects/cryptofuzz/build.sh @@ -497,7 +497,7 @@ cd $SRC/openssl-OpenSSL_1_0_2-stable/ make clean || true if [[ $CFLAGS != *-m32* ]] then - ./config --debug no-asm enable-md2 enable-rc5 $CFLAGS + ./config --debug no-asm enable-md2 enable-rc5 $CFLAGS -DPURIFY else setarch i386 ./config --debug no-asm enable-md2 enable-rc5 $CFLAGS fi