don't reset return value to 0

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Dr. Stephen Henson 2015-08-02 14:28:50 +01:00
parent 480405e4a9
commit 5a168057bc

View File

@ -294,7 +294,6 @@ static int check(X509_STORE *ctx, char *file,
}
X509_STORE_CTX_free(csc);
ret = 0;
end:
if (i <= 0)
ERR_print_errors(bio_err);