提交 52f4840c 编写于 作者: D Dr. Stephen Henson

Make -xcert work again.

When a certificate is prepended update the list pointer.
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2628)
上级 deb2d5e7
......@@ -944,6 +944,7 @@ int args_excert(int opt, SSL_EXCERT **pexc)
BIO_printf(bio_err, "%s: Error adding xcert\n", opt_getprog());
goto err;
}
*pexc = exc;
exc->certfile = opt_arg();
break;
case OPT_X_KEY:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册