提交 5a168057 编写于 作者: D Dr. Stephen Henson

don't reset return value to 0

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 480405e4
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册