Commit 4ef5512d authored by BogDan Vatra's avatar BogDan Vatra Committed by Volker Hilsheimer
Browse files

Android: Update OpenSSL 1.1 docs


Task-number: QTBUG-76884
Change-Id: I3fe3fe66c05919fa2e3a3f4961cfa052e9e5408b
Reviewed-by: default avatarVolker Hilsheimer <volker.hilsheimer@qt.io>
parent 2eb2e153
Branches
Tags
No related merge requests found
Showing with 7 additions and 2 deletions
...@@ -341,8 +341,13 @@ the APK: ...@@ -341,8 +341,13 @@ the APK:
See the \l{OpenSSL Configure Options}{SSL configure options} for details about See the \l{OpenSSL Configure Options}{SSL configure options} for details about
the configurable features. the configurable features.
\li Run \c{make CALC_VERSIONS="SHLIB_COMPAT=; SHLIB_SOVER=" build_libs} to \li Run \c{make SHLIB_VERSION_NUMBER= SHLIB_EXT=_1_1.so build_libs} to
build the \c libcrypto and \c libssl shared libraries that are not versioned. build \c libcrypto and \c libssl shared libraries that are not versioned,
but with a \e _1_1 suffix. If you want to use a different suffix, then you must
set the \c ANDROID_OPENSSL_SUFFIX environment variable before you access the
Qt Network API. Without a suffix, Android 5 (API 21) will load the system
libraries \e libcrypto.so and \e libssl.so, which are OpenSSL 1.0, rather than
your libraries.
\note Android does not load versioned libraries. \note Android does not load versioned libraries.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment