]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
SSL_SESSION_id2sz() is somewhat expensive, make sure we only call it
authorDoug MacEachern <dougm@apache.org>
Wed, 13 Mar 2002 06:12:24 +0000 (06:12 +0000)
committerDoug MacEachern <dougm@apache.org>
Wed, 13 Mar 2002 06:12:24 +0000 (06:12 +0000)
commit159a5bd3c42dd59d0885022598b7ff55c5f23aed
tree89232999bed07d02c601951e665cb27f0c320ff3
parent98dee1ac47cf5cb1e61c81e27c97a4f0b805d7f4
SSL_SESSION_id2sz() is somewhat expensive, make sure we only call it
if SSLLogLevel >= info

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