aboutsummaryrefslogtreecommitdiff
path: root/projects/cryptofuzz
diff options
context:
space:
mode:
authorGuido Vranken <guidovranken@users.noreply.github.com>2020-05-29 23:25:46 +0200
committerGitHub <noreply@github.com>2020-05-29 14:25:46 -0700
commitc563cf610ec144a613d07624dae0df99f56bc88d (patch)
tree55d11496e91d5e36464112698b6d6b8a491b8f0c /projects/cryptofuzz
parentb6d52da9bdd0d63df92eae826ae1eda1631c96b6 (diff)
downloadoss-fuzz-c563cf610ec144a613d07624dae0df99f56bc88d.tar.gz
[cryptofuzz] wolfCrypt: Build with support for AES-CFB, AES-OFB (#3904)
Diffstat (limited to 'projects/cryptofuzz')
-rwxr-xr-xprojects/cryptofuzz/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/cryptofuzz/build.sh b/projects/cryptofuzz/build.sh
index 86ed037e1..04a89876d 100755
--- a/projects/cryptofuzz/build.sh
+++ b/projects/cryptofuzz/build.sh
@@ -326,7 +326,7 @@ fi
cd $SRC/wolfssl
autoreconf -ivf
-export WOLFCRYPT_CONFIGURE_PARAMS="--enable-static --enable-md2 --enable-md4 --enable-ripemd --enable-blake2 --enable-blake2s --enable-pwdbased --enable-scrypt --enable-hkdf --enable-cmac --enable-arc4 --enable-camellia --enable-rabbit --enable-aesccm --enable-aesctr --enable-hc128 --enable-xts --enable-des3 --enable-idea --enable-x963kdf --enable-harden"
+export WOLFCRYPT_CONFIGURE_PARAMS="--enable-static --enable-md2 --enable-md4 --enable-ripemd --enable-blake2 --enable-blake2s --enable-pwdbased --enable-scrypt --enable-hkdf --enable-cmac --enable-arc4 --enable-camellia --enable-rabbit --enable-aesccm --enable-aesctr --enable-hc128 --enable-xts --enable-des3 --enable-idea --enable-x963kdf --enable-harden --enable-aescfb --enable-aesofb"
if [[ $CFLAGS = *sanitize=memory* ]]
then