diff options
Diffstat (limited to 'networking/wget.c')
-rw-r--r-- | networking/wget.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/wget.c b/networking/wget.c index 9d813dcc2..2b9ba55c3 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -546,6 +546,8 @@ int wget_main(int argc UNUSED_PARAM, char **argv) | |||
546 | "passive-ftp\0" No_argument "\xff" | 546 | "passive-ftp\0" No_argument "\xff" |
547 | "header\0" Required_argument "\xfe" | 547 | "header\0" Required_argument "\xfe" |
548 | "post-data\0" Required_argument "\xfd" | 548 | "post-data\0" Required_argument "\xfd" |
549 | /* Ignored (we don't do ssl) */ | ||
550 | "no-check-certificate\0" No_argument "\xfc" | ||
549 | ; | 551 | ; |
550 | #endif | 552 | #endif |
551 | 553 | ||