OCSP_check_nonce
LCRYPTO_USED(OCSP_check_nonce);
int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs);
LCRYPTO_ALIAS(OCSP_check_nonce);
status = OCSP_check_nonce(ocsp->ocsp_req, bs);
((i = OCSP_check_nonce(cfg.req, bs)) <= 0)) {
if (OCSP_check_nonce(request->req, bresp) <= 0) {