Skip to content

Commit

Permalink
Merge pull request #1782 from mavlink/pr-update-openssl
Browse files Browse the repository at this point in the history
openssl: update to  1.1.1o
  • Loading branch information
JonasVautherin committed May 20, 2022
2 parents 2fcefae + d8583c0 commit bbdb9e9
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.1l)
set(OPENSSL_VERSION 1.1.1o)

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

0 comments on commit bbdb9e9

Please sign in to comment.