File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ install_wolfssl() {
6060 if [ ! -d ${WOLFSSL_INSTALL_DIR} ]; then
6161 printf " \tConfigure wolfSSL ${WOLFSSL_TAG} ... "
6262 if [ -z " $WOLFSSL_CONFIG_OPTS " ]; then
63- WOLFSSL_CONFIG_OPTS=' --enable-all-crypto --with-max-ecc-bits=1024 --enable-opensslcoexist --enable-cmac --enable-keygen --enable- sha --enable-aesctr --enable-aesccm --enable-x963kdf --enable-compkey --enable-certgen --enable-aeskeywrap --enable-enckeys --enable-base16 --enable-aesgcm-stream --enable-curve25519 --enable-curve448 --enable-ed25519 --enable-ed448 --enable-pwdbased '
64- WOLFSSL_CONFIG_CFLAGS=" -I${OPENSSL_INSTALL_DIR} /include -DHAVE_AES_ECB - DWOLFSSL_AES_DIRECT -DWC_RSA_NO_PADDING -DWOLFSSL_PUBLIC_MP -DECC_MIN_KEY_SZ=192 -DHAVE_PUBLIC_FFDHE -DHAVE_FFDHE_6144 -DHAVE_FFDHE_8192 -DWOLFSSL_DH_EXTRA -DWOLFSSL_PSS_LONG_SALT -DWOLFSSL_PSS_SALT_LEN_DISCOVER"
63+ WOLFSSL_CONFIG_OPTS=' --enable-all-crypto --with-max-ecc-bits=1024 --enable-opensslcoexist --enable-sha'
64+ WOLFSSL_CONFIG_CFLAGS=" -I${OPENSSL_INSTALL_DIR} /include -DWOLFSSL_AES_DIRECT -DWC_RSA_NO_PADDING -DWOLFSSL_PUBLIC_MP -DECC_MIN_KEY_SZ=192 -DHAVE_PUBLIC_FFDHE -DHAVE_FFDHE_6144 -DHAVE_FFDHE_8192 -DWOLFSSL_PSS_LONG_SALT -DWOLFSSL_PSS_SALT_LEN_DISCOVER"
6565 fi
6666
6767 ./autogen.sh >> $LOG_FILE 2>&1
You can’t perform that action at this time.
0 commit comments