On Wed, Dec 21, 2016 at 6:16 PM, Salz, Rich <rsalz@xxxxxxxxxx> 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 -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users