[openssl-dev] Couple of pointers

Viktor Dukhovni openssl-users at dukhovni.org
Tue Jan 19 17:46:14 UTC 2016


> On Jan 19, 2016, at 4:33 AM, The Doctor <doctor at doctor.nl2k.ab.ca> wrote:
> 
> For backwards compability do we have in I think openssl/rsa.h
> 
> #define  SSLeay_add_ssl_algorithms OpenSSL_add_ssl_algorithms
> #define  SSLv23_server_method  TLS_server_method 

The second is already present:

include/openssl/ssl.h:#define SSLv23_server_method    TLS_server_method

I'll try to get the first restored, but that's been obsolete for quite
some time.  Even with the compatibility restored, take the opportunity
to fix everything that fails with -DOPENSSL_API_COMPAT=0x10100000L

-- 
	Viktor.



-- 
	Viktor.





More information about the openssl-dev mailing list