Make -xcert work again.
When a certificate is prepended update the list pointer. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2628)
This commit is contained in:
parent
deb2d5e7e3
commit
52f4840cb2
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue