1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

don't bother setting the ssl info callback unless SSLLogLevel >= info

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92151 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug MacEachern
2001-11-24 00:40:15 +00:00
parent e674055ddb
commit 758b54d0fd
2 changed files with 5 additions and 6 deletions

View File

@@ -1654,11 +1654,6 @@ void ssl_callback_LogTracingState(SSL *ssl, int where, int rc)
if ((sc = mySrvConfig(s)) == NULL)
return;
if (sc->nLogLevel < SSL_LOG_INFO) {
/* nothing todo here */
return;
}
/*
* create the various trace messages
*/