Skip to content

Commit eed9824

Browse files
author
Andras Fekete
committed
Add --with-openssl
1 parent be551d2 commit eed9824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test-openssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ printf "LD_LIBRARY_PATH: $LD_LIBRARY_PATH\n"
281281
cd ${WOLFPROV_DIR}
282282
if [ ! -e "${WOLFPROV_DIR}/configure" ]; then
283283
./autogen.sh &>> $LOG_FILE
284-
./configure --with-wolfssl=${WOLFSSL_INSTALL_DIR} &>> $LOG_FILE
284+
./configure --with-openssl=${OPENSSL_INSTALL_DIR} --with-wolfssl=${WOLFSSL_INSTALL_DIR} &>> $LOG_FILE
285285
fi
286286
make -j$NUMCPU &>> $LOG_FILE
287287
if [ $? != 0 ]; then

0 commit comments

Comments
 (0)