wget: add support for https using "openssl s_client" as a helper
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 22 Feb 2014 13:12:29 +0000 (14:12 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 22 Feb 2014 13:12:29 +0000 (14:12 +0100)
commit8b7e8ae2249ffd9aa2c67536554eb9f6b6636ba5
tree1b728b46f7f7143f67b603fdd78f023a92f2b649
parent192c14bd87aa2ea930bc4a3954a07c1cab46a3cc
wget: add support for https using "openssl s_client" as a helper

www.kernel.org started redirecting http:// to https://
making https support mandatory for any auto build scripts.

function                                             old     new   delta
wget_main                                           2631    2971    +340
parse_url                                            409     471     +62
.rodata                                           115607  115626     +19
P_HTTPS                                                -       6      +6
P_HTTP                                                 -       5      +5
P_FTP                                                  -       4      +4
------------------------------------------------------------------------------
(add/remove: 3/0 grow/shrink: 3/0 up/down: 436/0)             Total: 436 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/wget.c