Provide SSL_CTX_get0_param() and SSL_get0_param().
authorjsing <jsing@openbsd.org>
Wed, 14 Feb 2018 16:16:10 +0000 (16:16 +0000)
committerjsing <jsing@openbsd.org>
Wed, 14 Feb 2018 16:16:10 +0000 (16:16 +0000)
commit59c79d9de096a521127a1fe30ad5cf717a13f696
treecc4e904fc3bfc7684e8ac575c365c155f16f2067
parent2e320434d50a62ec25e0f2f77c0bf80dea49f247
Provide SSL_CTX_get0_param() and SSL_get0_param().

Some applications that use X509_VERIFY_PARAM expect these to exist, since
they're also part of the OpenSSL 1.0.2 API.
lib/libssl/Symbols.list
lib/libssl/ssl.h
lib/libssl/ssl_lib.c