mirror of
https://github.com/mirror/wget.git
synced 2025-01-01 07:50:11 +08:00
* src/init.c: Bring new --ciphers into right order in options array
This commit is contained in:
parent
c4eb863299
commit
77cf701416
@ -164,6 +164,9 @@ static const struct {
|
|||||||
{ "checkcertificate", &opt.check_cert, cmd_check_cert },
|
{ "checkcertificate", &opt.check_cert, cmd_check_cert },
|
||||||
#endif
|
#endif
|
||||||
{ "chooseconfig", &opt.choose_config, cmd_file },
|
{ "chooseconfig", &opt.choose_config, cmd_file },
|
||||||
|
#ifdef HAVE_SSL
|
||||||
|
{ "ciphers", &opt.tls_ciphers_string, cmd_string },
|
||||||
|
#endif
|
||||||
#ifdef HAVE_LIBZ
|
#ifdef HAVE_LIBZ
|
||||||
{ "compression", &opt.compression, cmd_spec_compression },
|
{ "compression", &opt.compression, cmd_spec_compression },
|
||||||
#endif
|
#endif
|
||||||
@ -281,7 +284,6 @@ static const struct {
|
|||||||
#endif
|
#endif
|
||||||
{ "preservepermissions", &opt.preserve_perm, cmd_boolean },
|
{ "preservepermissions", &opt.preserve_perm, cmd_boolean },
|
||||||
#ifdef HAVE_SSL
|
#ifdef HAVE_SSL
|
||||||
{ "ciphers", &opt.tls_ciphers_string, cmd_string },
|
|
||||||
{ "privatekey", &opt.private_key, cmd_file },
|
{ "privatekey", &opt.private_key, cmd_file },
|
||||||
{ "privatekeytype", &opt.private_key_type, cmd_cert_type },
|
{ "privatekeytype", &opt.private_key_type, cmd_cert_type },
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user