Skip to content

Commit

Permalink
fixup! crypto/cmp/,apps/lib/cmp_mock_srv.c: various improvements on d…
Browse files Browse the repository at this point in the history
…elayed delivery
  • Loading branch information
DDvO committed Dec 19, 2023
1 parent 81046ea commit 17dc3cb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crypto/cmp/cmp_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -513,11 +513,6 @@ static OSSL_CMP_MSG *process_pollReq(OSSL_CMP_SRV_CTX *srv_ctx,

pr = sk_OSSL_CMP_POLLREQ_value(prc, 0);
certReqId = ossl_cmp_asn1_get_int(pr->certReqId);
if (srv_ctx->certReqId != OSSL_CMP_CERTREQID_INVALID
&& certReqId != srv_ctx->certReqId) {
ERR_raise(ERR_LIB_CMP, CMP_R_BAD_REQUEST_ID);
return NULL;
}
if (!srv_ctx->process_pollReq(srv_ctx, req, certReqId,
&orig_req, &check_after))
return NULL;
Expand Down

0 comments on commit 17dc3cb

Please sign in to comment.