Skip to content

Commit

Permalink
Downgrade openssl to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikialeksey committed Feb 28, 2024
1 parent 0ba1974 commit 6066650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ SWIG_BUILD_OUT_PATH="$BUILD_DIR/swig-build-output"
###############################################################################

# OpenSSL Version to download
OPENSSL_VERSION=3.2.1
OPENSSL_VERSION=3.1.2

# The URL from which to download OpenSSL sources tag
OPENSSL_DOWNLOAD_URL="https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz"
Expand Down

0 comments on commit 6066650

Please sign in to comment.