]> granicus.if.org Git - apache/commit
In verify_ocsp_status in ssl_engine_ocsp.c, the log message, "OCSP response not succe...
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 9 Dec 2017 11:33:54 +0000 (11:33 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 9 Dec 2017 11:33:54 +0000 (11:33 +0000)
commit90fc6a8f23b9bdce4a21f56a5d4434587e5609b8
tree8bf08507cd1c8c3d3f137a983dbbbd2cc17ad9bf
parent4a4e4ce638e0f61e300cb35d62fc0c6a0d583424
In verify_ocsp_status in ssl_engine_ocsp.c, the log message, "OCSP response not successful: %d" should print the value of r instead of rc.
The value of rc will always be 0.

PR 61876 [sam <sam.eastman.4114 gmail.com>]

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