mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
fetch: correct env var name for --crl option to work
Reviewed by: grembo MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D46973
This commit is contained in:
parent
2d84f79c4e
commit
1d7a33888e
1 changed files with 1 additions and 1 deletions
|
|
@ -1059,7 +1059,7 @@ main(int argc, char *argv[])
|
|||
setenv("SSL_CLIENT_KEY_FILE", optarg, 1);
|
||||
break;
|
||||
case OPTION_SSL_CRL_FILE:
|
||||
setenv("SSL_CLIENT_CRL_FILE", optarg, 1);
|
||||
setenv("SSL_CRL_FILE", optarg, 1);
|
||||
break;
|
||||
case OPTION_SSL_NO_SSL3:
|
||||
setenv("SSL_NO_SSL3", "", 1);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue