Skip to content

Commit

Permalink
Update openssl-version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Jul 5, 2024
1 parent 1369d40 commit 52456bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptography-linux/openssl-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export OPENSSL_VERSION="openssl-3.3.1"
export OPENSSL_SHA256="777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e"
# We need a base set of flags because on Windows using MSVC
# enable-ec_nistp_64_gcc_128 doesn't work since there's no 128-bit type
export OPENSSL_BUILD_FLAGS_WINDOWS="no-ssl3 no-ssl3-method no-zlib no-shared no-module no-comp no-dynamic-engine no-apps no-docs no-sm2-precomp"
export OPENSSL_BUILD_FLAGS_WINDOWS="no-ssl3 no-ssl3-method no-zlib no-shared no-module no-comp no-dynamic-engine no-apps no-docs no-sm2-precomp no-atexit"
export OPENSSL_BUILD_FLAGS="${OPENSSL_BUILD_FLAGS_WINDOWS} enable-ec_nistp_64_gcc_128"

0 comments on commit 52456bb

Please sign in to comment.