Skip to content

Commit

Permalink
Merge pull request #2 from jlaine/openssl-1.1.1g
Browse files Browse the repository at this point in the history
Update OpenSSL to 1.1.1g
  • Loading branch information
jlaine authored Aug 27, 2020
2 parents d829668 + 9bd264c commit a9cacad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build-openssl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [ ! -e $outputfile ]; then
cd $builddir

# build openssl
extract openssl https://www.openssl.org/source/openssl-1.1.1f.tar.gz
extract openssl https://www.openssl.org/source/openssl-1.1.1g.tar.gz
cd openssl
./config no-comp no-shared no-tests
make
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-openssl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliar
SET PATH=%PATH%;C:\Program Files\NASM

mkdir openssl
curl -L https://www.openssl.org/source/openssl-1.1.1f.tar.gz -o openssl.tar.gz
curl -L https://www.openssl.org/source/openssl-1.1.1g.tar.gz -o openssl.tar.gz
tar xzf openssl.tar.gz -C openssl --strip-components 1
cd openssl

Expand Down

0 comments on commit a9cacad

Please sign in to comment.