mirror of
https://github.com/izzy2lost/android_openssl.git
synced 2026-06-19 01:20:12 -07:00
Say hello to OpenSSL 1.1.1g
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ BUILD_DIR=$(pwd)
|
||||
DEFAULT_PATH=$PATH
|
||||
|
||||
declare -a params=( 'no-asm' '' )
|
||||
declare -A ssl_versions=( ["1.1.1f"]=~/android/ndk-bundle ["1.0.2u"]=~/android/android-ndk-r10e )
|
||||
declare -A ssl_versions=( ["1.1.1g"]=~/android/ndk-bundle ["1.0.2u"]=~/android/android-ndk-r10e )
|
||||
|
||||
# Qt up to Qt-5.12.3 are using openssl 1.0.x
|
||||
# Qt 5.12.4 and 5.13.0 are using 1.1.x without any suffix, this will make he andorid linker to load system libs on Andorid 5 which will make Qt SSL support unusable in this combination
|
||||
|
||||
Reference in New Issue
Block a user