validation - 10 µsec is a tad too aggressive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1162552 13f79535-47bb-0310-9956-
ffa450edef68
request = create_request(ctx, cert, &certID, s, pool);
if (request) {
apr_interval_time_t to = sc->server->ocsp_responder_timeout == UNSET ?
- DEFAULT_OCSP_TIMEOUT :
+ apr_time_from_sec(DEFAULT_OCSP_TIMEOUT) :
sc->server->ocsp_responder_timeout;
response = modssl_dispatch_ocsp_request(ruri, to, request, c, pool);
}