Skip to content

Commit c100b64

Browse files
author
Andras Fekete
committed
Make sure to use the local version of the library
1 parent 5f74cb1 commit c100b64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/utils-openssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ init_openssl() {
8181
OPENSSL_BIN=${OPENSSL_INSTALL_DIR}/bin/openssl
8282
OPENSSL_TEST=${OPENSSL_SOURCE_DIR}/test
8383

84-
OSSL_VER=`$OPENSSL_BIN version`
84+
OSSL_VER=`LD_LIBRARY_PATH=${OPENSSL_INSTALL_DIR}/lib64 $OPENSSL_BIN version`
8585
case $OSSL_VER in
8686
OpenSSL\ 3.*) ;;
8787
*)

0 commit comments

Comments
 (0)