We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be551d2 commit eed9824Copy full SHA for eed9824
1 file changed
scripts/test-openssl.sh
@@ -281,7 +281,7 @@ printf "LD_LIBRARY_PATH: $LD_LIBRARY_PATH\n"
281
cd ${WOLFPROV_DIR}
282
if [ ! -e "${WOLFPROV_DIR}/configure" ]; then
283
./autogen.sh &>> $LOG_FILE
284
- ./configure --with-wolfssl=${WOLFSSL_INSTALL_DIR} &>> $LOG_FILE
+ ./configure --with-openssl=${OPENSSL_INSTALL_DIR} --with-wolfssl=${WOLFSSL_INSTALL_DIR} &>> $LOG_FILE
285
fi
286
make -j$NUMCPU &>> $LOG_FILE
287
if [ $? != 0 ]; then
0 commit comments