Skip to content

Commit

Permalink
Update openssl to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Jun 21, 2022
1 parent f591625 commit a9506b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openssl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include(ExternalProject)

message(STATUS "Preparing external project \"openssl\"")

set(OPENSSL_VERSION 1.1.1o)
set(OPENSSL_VERSION 3.0.3)

if(ANDROID)
if(${CMAKE_ANDROID_ARCH_ABI} STREQUAL "armeabi-v7a")
Expand Down

0 comments on commit a9506b9

Please sign in to comment.