Skip to content

Commit

Permalink
Update OpenSSL configuration in build_libssh2.sh
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn>
  • Loading branch information
QQxiaoming committed Nov 22, 2023
1 parent a581937 commit 6b49ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depend/build_libssh2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL_FOLDER=$(cd "$(dirname "$0")";pwd)
cd $SHELL_FOLDER
tar -xzvf openssl-3.1.4.tar.gz
cd $SHELL_FOLDER/openssl-3.1.4
./config --prefix=$SHELL_FOLDER/output --openssldir=$SHELL_FOLDER/output no-threads no-static
./config --prefix=$SHELL_FOLDER/output --openssldir=$SHELL_FOLDER/output no-threads
make -j16
make install
rm -rf $SHELL_FOLDER/openssl-3.1.4
Expand Down

0 comments on commit 6b49ff3

Please sign in to comment.