mirror of
https://github.com/openssl/openssl.git
synced 2024-12-16 21:43:42 +08:00
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
@ -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 New Issue
Block a user