]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Set OPENSSL_NO_SSL_INTERN when compiling against OpenSSL 1.0.1
authorKaspar Brand <kbrand@apache.org>
Sat, 24 Dec 2011 06:31:37 +0000 (06:31 +0000)
committerKaspar Brand <kbrand@apache.org>
Sat, 24 Dec 2011 06:31:37 +0000 (06:31 +0000)
commit4d78f41d271a51a166b560078b0f8b2e58a80672
treeaa048723f4de3ba7827beb26974bc220cb283b17
parente5b4e53894cb8a4d743c364607e2b0d4c536f59b
Set OPENSSL_NO_SSL_INTERN when compiling against OpenSSL 1.0.1
or later, so that mod_ssl retains binary compatibility with future
versions when internal structures are changed. Use API functions
where available, and fall back to direct access for OpenSSL up
to 1.0.0, where needed.

Remove SSL_make_ciphersuite() from ssl_util_ssl.[ch], as it was
never used by any released version of mod_ssl.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1222917 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_engine_vars.c
modules/ssl/ssl_private.h
modules/ssl/ssl_util_ssl.c
modules/ssl/ssl_util_ssl.h
modules/ssl/ssl_util_stapling.c