[openssl-dev] SSL_library_init

Matt Caswell matt at openssl.org
Thu Feb 25 09:24:02 UTC 2016



On 24/02/16 15:50, The Doctor wrote:
> As of 2106-20-24 SSL_librbary_init may not be avialable in the libssl.so .
> 
> Is their a workaround for this?
> 

SSL_library_init is still available in ssl.h as a compatibility macro:

#if OPENSSL_API_COMPAT < 0x10100000L
# define SSL_library_init() OPENSSL_init_ssl(0, NULL)
#endif

Matt


More information about the openssl-dev mailing list