aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch
diff options
context:
space:
mode:
authorFranco Fichtner <franco@opnsense.org>2024-10-07 09:36:19 +0000
committerEd Maste <emaste@FreeBSD.org>2024-10-29 18:54:17 +0000
commit0e8bf366e6c545fc8cf430687e94f7465bd23355 (patch)
tree734ce5493eb5a7c1a088dd4a47941424aeb8e6c0 /usr.bin/fetch
parenta8df23541444f6630a572bcce90ba26327ba25df (diff)
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r--usr.bin/fetch/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c
index 8be5742386e7..6cf6a31eed2e 100644
--- a/usr.bin/fetch/fetch.c
+++ b/usr.bin/fetch/fetch.c
@@ -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);