[openssl-users] Compile OpenSSL for Android
Jeffrey Walton
noloader at gmail.com
Wed Dec 21 23:54:43 UTC 2016
On Wed, Dec 21, 2016 at 6:16 PM, Salz, Rich <rsalz at akamai.com> wrote:
>> checking for library containing SSL_library_init... no
>> configure: error: libfko needs ssl
>
> The application is not prepared to build against 1.1.0 That function was removed, and a #define for backward compatibility is used instead.
>
Also see https://wiki.openssl.org/index.php/Compilation_and_Installation#Autoconf
. Its another way to address the "SSL_library_init symbol or
OPENSSL_init_ssl symbol" issue.
The missing 1.1.0 code paths will need to be added. The compiler will
tell you where most of the problems are.
Jeff
More information about the openssl-users
mailing list