Provide compat macros for SSL_CTX_set_ecdh_auto() and SSL_set_ecdh_auto()
authorMatt Caswell <matt@openssl.org>
Tue, 16 Aug 2016 12:28:14 +0000 (13:28 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 16 Aug 2016 16:11:43 +0000 (17:11 +0100)
commit2ecb9f2d18614fb7b7b42830a358b7163ed43221
tree07e34844fdd54b6aeb39ce9ea91b9c53da0adda3
parentf9cf774cbd31c3498ade4574c3b0ae6cb9773e28
Provide compat macros for SSL_CTX_set_ecdh_auto() and SSL_set_ecdh_auto()

These functions are no longer relevant to 1.1.0 (we always have auto ecdh
on) - but no reason to break old code that tries to call it. The macros will
only return a dummy "success" result if the app was trying to enable ecdh.
Disabling can't be done in quite this way any more.

Fixes Github Issue #1437

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
include/openssl/ssl.h