]> granicus.if.org Git - apache/commit
get rid of 'apctx' table that used to live in SSL_get_app_data2(ssl)
authorDoug MacEachern <dougm@apache.org>
Thu, 22 Nov 2001 00:42:35 +0000 (00:42 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 22 Nov 2001 00:42:35 +0000 (00:42 +0000)
commita626a1af07d5b4c98503a2a14181fa5a76442130
treea85c8d35ec3c6b970c9a0ee05b9fa898d8c36f8e
parent9dc6d34af43977470c19844112e77c2e5e1ba994
get rid of 'apctx' table that used to live in SSL_get_app_data2(ssl)
change app_data2 to be the request_rec itself.
if something needs per-request context in the future,
it can use r->request_config

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92113 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/mod_ssl.c
modules/ssl/ssl_engine_kernel.c