Address non-FP coverity nits
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/26765)
This commit is contained in:
parent
fc00d9b7b1
commit
afc64c240f
6 changed files with 18 additions and 15 deletions
|
@ -711,7 +711,7 @@ static int do_fp_oneshot_sign(BIO *out, EVP_MD_CTX *ctx, BIO *in, int sep, int b
|
|||
buflen = bio_to_mem(&buf, maxlen, in);
|
||||
if (buflen <= 0) {
|
||||
BIO_printf(bio_err, "Read error in %s\n", file);
|
||||
goto end;
|
||||
return ret;
|
||||
}
|
||||
if (sigin != NULL) {
|
||||
res = EVP_DigestVerify(ctx, sigin, siglen, buf, buflen);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue