Cut'n'paste error with other reposnder certificates cleared.
PR: 190
This commit is contained in:
parent
76b8f839c2
commit
f8279b8ea3
1 changed files with 2 additions and 2 deletions
|
@ -613,9 +613,9 @@ int MAIN(int argc, char **argv)
|
|||
NULL, e, "CA certificate");
|
||||
if (rcertfile)
|
||||
{
|
||||
rother = load_certs(bio_err, sign_certfile, FORMAT_PEM,
|
||||
rother = load_certs(bio_err, rcertfile, FORMAT_PEM,
|
||||
NULL, e, "responder other certificates");
|
||||
if (!sign_other) goto end;
|
||||
if (!rother) goto end;
|
||||
}
|
||||
rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, NULL, NULL,
|
||||
"responder private key");
|
||||
|
|
Loading…
Reference in a new issue