Re: [RFC PATCH] BUILD: ssl: improve SSL_CTX_set_ecdh_auto compatibility

2019-12-20 Thread Илья Шипицин
пт, 20 дек. 2019 г. в 22:47, Lukas Tribus : > SSL_CTX_set_ecdh_auto() is not defined when OpenSSL 1.1.1 is compiled > with the no-deprecated option. Remove existing, incomplete guards and > add a compatibility macro in openssl-compat.h, just as OpenSSL does: > > >

[RFC PATCH] BUILD: ssl: improve SSL_CTX_set_ecdh_auto compatibility

2019-12-20 Thread Lukas Tribus
SSL_CTX_set_ecdh_auto() is not defined when OpenSSL 1.1.1 is compiled with the no-deprecated option. Remove existing, incomplete guards and add a compatibility macro in openssl-compat.h, just as OpenSSL does: