Skip to content

Commit

Permalink
bump openssl to 3.2.1 (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored Jan 30, 2024
1 parent 913c02b commit ee4becc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cryptography-linux/openssl-version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENSSL_VERSION="openssl-3.2.0"
export OPENSSL_SHA256="14c826f07c7e433706fb5c69fa9e25dab95684844b4c962a2cf1bf183eb4690e"
export OPENSSL_VERSION="openssl-3.2.1"
export OPENSSL_SHA256="83c7329fe52c850677d75e5d0b0ca245309b97e8ecbcfdc1dfdc4ab9fac35b39"
# 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"
Expand Down

0 comments on commit ee4becc

Please sign in to comment.