Skip to content

Commit

Permalink
Bump android openssl to 1.0.2k-1
Browse files Browse the repository at this point in the history
  • Loading branch information
beeender committed Oct 17, 2017
1 parent e079139 commit 485aaae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ if(APPLE)
find_library(Foundation Foundation)
elseif(ANDROID)
set(ANDROID_OPENSSL_VERSION "1.0.2k")
set(ANDROID_OPENSSL_BUILD_NUMBER "1")
list(APPEND PLATFORM_LIBRARIES log android)
endif()

Expand Down
2 changes: 1 addition & 1 deletion src/realm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ endif()
if(REALM_ENABLE_ENCRYPTION AND UNIX AND NOT APPLE)
if(ANDROID)
string(TOLOWER "${CMAKE_BUILD_TYPE}" BUILD_TYPE)
set(OPENSSL_FILENAME "openssl-${BUILD_TYPE}-${ANDROID_OPENSSL_VERSION}-Android-${ANDROID_ABI}")
set(OPENSSL_FILENAME "openssl-${BUILD_TYPE}-${ANDROID_OPENSSL_VERSION}-${ANDROID_OPENSSL_BUILD_NUMBER}-Android-${ANDROID_ABI}")
set(OPENSSL_URL "http://static.realm.io/downloads/openssl/${ANDROID_OPENSSL_VERSION}/Android/${ANDROID_ABI}/${OPENSSL_FILENAME}.tar.gz")

message(STATUS "Downloading OpenSSL...")
Expand Down

0 comments on commit 485aaae

Please sign in to comment.