]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
avoid a call to X509_NAME_oneline() and ASN1_INTEGER_get() in
authorDoug MacEachern <dougm@apache.org>
Thu, 29 Nov 2001 06:52:18 +0000 (06:52 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 29 Nov 2001 06:52:18 +0000 (06:52 +0000)
commita2e05773aebba5df6cf9d5008581aa4a564ece9f
tree1046146b672b0ecd62406a757af61467c9169a8b
parent725401363f09eb887755fadd085971d8c3d4f909
avoid a call to X509_NAME_oneline() and ASN1_INTEGER_get() in
ssl_callback_SSLVerify_CRL() unless SSLLogLevel >= info, otherwise the
expense is unused.
PR:
Obtained from:
Submitted by:
Reviewed by:

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