> On Jan 19, 2016, at 4:33 AM, The Doctor <[email protected]> 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.



_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to