]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
merge r1222917 from trunk:
authorKaspar Brand <kbrand@apache.org>
Sat, 24 Dec 2011 06:35:20 +0000 (06:35 +0000)
committerKaspar Brand <kbrand@apache.org>
Sat, 24 Dec 2011 06:35:20 +0000 (06:35 +0000)
commitea32bc39c2b7db5991df9c549ef3bd8e5d7c40b3
treeecda39da733b9ebf32946d0824b3855844e2e003
parent61cfa5b30f47c4297cc7b480b3559d7885e56176
merge r1222917 from trunk:

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/branches/2.4.x@1222920 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
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