Skip to content

Commit

Permalink
Use latest openssl 1.1.1w with Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhodgson authored and CamJN committed Nov 27, 2023
1 parent fa5cf67 commit 7002e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions image/install_openssl1.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -e
if [[ ! -d /usr/local/ssl ]]; then
PWD=$(pwd)
cd /usr/local/src/
git clone https://github.com/openssl/openssl.git -b OpenSSL_1_1_1-stable openssl-1.1.1m
cd openssl-1.1.1m
git clone https://github.com/openssl/openssl.git -b OpenSSL_1_1_1-stable openssl-1.1.1w
cd openssl-1.1.1w
./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl shared zlib
make -j$(nproc)
make install_sw
Expand Down

0 comments on commit 7002e70

Please sign in to comment.