View | Details | Raw Unified | Return to bug 54661
Collapse All | Expand All

(-)ssl_util_stapling.c (-1 / +1 lines)
Lines 449-455 Link Here
449
            stapling_check_response(s, mctx, cinf, *prsp, &ok);
449
            stapling_check_response(s, mctx, cinf, *prsp, &ok);
450
            if (ok == FALSE) {
450
            if (ok == FALSE) {
451
                ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO(01943)
451
                ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO(01943)
452
                             "stapling_renew_response: error in retreived response!");
452
                             "stapling_renew_response: error in retrieved response!");
453
            }
453
            }
454
        }
454
        }
455
        else {
455
        else {

Return to bug 54661