Re: [openssl-users] Compile OpenSSL for Android

2016-12-21 Thread Jeffrey Walton
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. >

Re: [openssl-users] Compile OpenSSL for Android

2016-12-21 Thread Salz, Rich
> 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

Re: [openssl-users] Compile OpenSSL for Android

2016-12-21 Thread Leo Goldim
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-

[openssl-users] Compile OpenSSL for Android

2016-12-20 Thread Leo Goldim
Hi all, I'm trying to compile OpenSSL for Android, after looking at Google I found this page: https://wiki.openssl.org/index.php/Android I followed step by step but when I verified my lib (readelf -h ./libcrypto.a | grep -i 'class\|machine' | head -2) I realized that the lib was created for my m