mirror of https://github.com/openssl/openssl.git
cmp_client.c: Fix indentation and remove empty line
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13488)
This commit is contained in:
parent
a676c53c7f
commit
4c0d49ed41
|
|
@ -86,7 +86,6 @@ static int unprotected_exception(const OSSL_CMP_CTX *ctx,
|
|||
return 1;
|
||||
}
|
||||
|
||||
|
||||
/* Save error info from PKIStatusInfo field of a certresponse into ctx */
|
||||
static int save_statusInfo(OSSL_CMP_CTX *ctx, OSSL_CMP_PKISI *si)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue