On Wed, Dec 21, 2016 at 6:16 PM, Salz, Rich 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.
>
> 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.
--
openssl-users mailing list
To unsubscribe: https://mta.o
Hey all,
I finally compiled the OpenSSL for Android, the problem was with the
Setenv-android.sh scritp. After fixed it I can compile using the following
command line:
./config shared no-ssl2 no-ssl3 no-comp no-hw no-engine
--openssldir=/home/ec2-user/android-openssl/android-12
--prefix=/home/ec2-