Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115897868
D46973.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
382 B
Referenced Files
None
Subscribers
None
D46973.diff
View Options
diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c
--- a/usr.bin/fetch/fetch.c
+++ b/usr.bin/fetch/fetch.c
@@ -1059,7 +1059,7 @@
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);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 1, 3:57 AM (11 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17872113
Default Alt Text
D46973.diff (382 B)
Attached To
Mode
D46973: fetch: correct env var name for --crl option to work
Attached
Detach File
Event Timeline
Log In to Comment