提交 5575f781 编写于 作者: R Richard Levitte

Cut'n'paste error with other reposnder certificates cleared.

PR: 190
上级 0472883c
...@@ -613,9 +613,9 @@ int MAIN(int argc, char **argv) ...@@ -613,9 +613,9 @@ int MAIN(int argc, char **argv)
NULL, e, "CA certificate"); NULL, e, "CA certificate");
if (rcertfile) if (rcertfile)
{ {
rother = load_certs(bio_err, sign_certfile, FORMAT_PEM, rother = load_certs(bio_err, rcertfile, FORMAT_PEM,
NULL, e, "responder other certificates"); NULL, e, "responder other certificates");
if (!sign_other) goto end; if (!rother) goto end;
} }
rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, NULL, NULL, rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, NULL, NULL,
"responder private key"); "responder private key");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册