]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Stop using SSL_ADD_SSLERR option in ssl_log() and replace with new
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 15 May 2002 23:10:33 +0000 (23:10 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 15 May 2002 23:10:33 +0000 (23:10 +0000)
commit149dc897e89a0fc84eeb6e5bb607567d36e87181
treef397b4f6e03de208b878cbf5860293fb401633a5
parent7db46535fd35e5d689b1d0faef12927ec456913c
Stop using SSL_ADD_SSLERR option in ssl_log() and replace with new
ssl_log_ssl_error() function that wraps ap_log_error instead.

This begins the migration from ssl_log() -> ap_log_error().  Divorcing
ourselves from the SSL_ADD_SSLERR option is required to make the next
pass easier.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95122 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/mod_ssl.c
modules/ssl/mod_ssl.h
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_engine_io.c
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_engine_log.c
modules/ssl/ssl_engine_pphrase.c