mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
OSSL_CMP_SRV_process_request(): Log any error queue entries on response
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15053)
This commit is contained in:
parent
68bb06f778
commit
35d445be2c
@ -588,6 +588,7 @@ OSSL_CMP_MSG *OSSL_CMP_SRV_process_request(OSSL_CMP_SRV_CTX *srv_ctx,
|
||||
OSSL_CMP_PKISI_free(si);
|
||||
}
|
||||
}
|
||||
OSSL_CMP_CTX_print_errors(ctx);
|
||||
ctx->secretValue = backup_secret;
|
||||
|
||||
/* possibly close the transaction */
|
||||
|
Loading…
Reference in New Issue
Block a user