From: hniksic Date: Tue, 26 Apr 2005 13:45:13 +0000 (-0700) Subject: [svn] Revert to previous revision. X-Git-Tag: v1.13~1151 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=72549063a969e1e23c5f10fff6f2a1b2f42e67b1 [svn] Revert to previous revision. --- diff --git a/src/main.c b/src/main.c index e340dc83..fcbe53a5 100644 --- a/src/main.c +++ b/src/main.c @@ -245,7 +245,7 @@ struct cmdline_option option_data[] = { IF_SSL ("sslcertkey"), 0, OPT_VALUE, "sslcertkey", -1 }, { IF_SSL ("sslcerttype"), 0, OPT_VALUE, "sslcerttype", -1 }, { IF_SSL ("sslcheckcert"), 0, OPT_VALUE, "sslcheckcert", -1 }, - { IF_SSL ("secure-protocol"), 0, OPT_VALUE, "secureprotocol", -1 }, + { IF_SSL ("sslprotocol"), 0, OPT_VALUE, "sslprotocol", -1 }, { "strict-comments", 0, OPT_BOOLEAN, "strictcomments", -1 }, { "timeout", 'T', OPT_VALUE, "timeout", -1 }, { "timestamping", 'N', OPT_BOOLEAN, "timestamping", -1 },