Skip to content

Commit

Permalink
Update OpenSSL version
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed May 27, 2024
1 parent 312e47f commit 7edb3d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion etc/SuperBuild/cmake/Modules/BuildOpenSSL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ endif()
list(APPEND OpenSSL_DEPENDS ZLIB)

set(OpenSSL_GIT_REPOSITORY "https://github.com/openssl/openssl.git")
set(OpenSSL_GIT_TAG "openssl-3.1.4")
set(OpenSSL_GIT_TAG "openssl-3.3.0")

if(WIN32)
set(OpenSSL_CONFIGURE
perl Configure VC-WIN64A
--prefix=${CMAKE_INSTALL_PREFIX}
--openssldir=${CMAKE_INSTALL_PREFIX}
no-docs
no-external-tests
no-tests
no-unit-test)
Expand All @@ -24,6 +25,7 @@ elseif(APPLE)
./Configure
--prefix=${CMAKE_INSTALL_PREFIX}
--openssldir=${CMAKE_INSTALL_PREFIX}
no-docs
no-external-tests
no-tests
no-unit-test)
Expand All @@ -37,6 +39,7 @@ else()
./Configure
--prefix=${CMAKE_INSTALL_PREFIX}
--openssldir=${CMAKE_INSTALL_PREFIX}
no-docs
no-external-tests
no-tests
no-unit-test)
Expand Down

0 comments on commit 7edb3d1

Please sign in to comment.