]> granicus.if.org Git - apache/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)
commit6dd4b15f65932fe7362e1a75489a63d6d7199fa4
tree42ccb848668d0ac3af3e689f5fe63826b65688b8
parent6259b77f334e97f18768def86cab8939cdecd197
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@92238 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_kernel.c