提交 a465ca78 编写于 作者: V Viktor Dukhovni

Fix option value parsing in crl2pkcs7 -certfile

Reviewed-by: NRich Saltz <rsalz@openssl.org>
上级 7eff6aa0
......@@ -138,7 +138,7 @@ int crl2pkcs7_main(int argc, char **argv)
if ((certflst == NULL)
&& (certflst = sk_OPENSSL_STRING_new_null()) == NULL)
goto end;
if (!sk_OPENSSL_STRING_push(certflst, *(++argv))) {
if (!sk_OPENSSL_STRING_push(certflst, opt_arg())) {
sk_OPENSSL_STRING_free(certflst);
goto end;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册