]> 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)
commit8419b0df5fe9aaf46c5de5c6b3291395df7f1943
treecbf94892afa9663c372438340452739b91ed9662
parent536145b3db4328704dad4204084ab256f516ba3e
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/modules/ssl@95122 13f79535-47bb-0310-9956-ffa450edef68
mod_ssl.c
mod_ssl.h
ssl_engine_init.c
ssl_engine_io.c
ssl_engine_kernel.c
ssl_engine_log.c
ssl_engine_pphrase.c