From aee0a1be4163b06ae8d32dff93d13a87668423b3 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 17 May 2011 18:00:56 +0200 Subject: Reinstate SSLv2 support on legacy_63 branch. Revert "Remove support for SSLv2 (fixes Debian Bug #622054)." This reverts commit c22a3afca46c83ee6d53a6ee58deb122f309c460. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.c') diff --git a/options.c b/options.c index aee616ba..d53044fc 100644 --- a/options.c +++ b/options.c @@ -651,7 +651,7 @@ int parsecmdline (int argc /** argument count */, P(GT_(" --sslcertpath path to trusted-CA ssl certificate directory\n")); P(GT_(" --sslcommonname expect this CommonName from server (discouraged)\n")); P(GT_(" --sslfingerprint fingerprint that must match that of the server's cert.\n")); - P(GT_(" --sslproto force ssl protocol (SSL23/SSL3/TLS1)\n")); + P(GT_(" --sslproto force ssl protocol (SSL2/SSL3/TLS1)\n")); #endif P(GT_(" --plugin specify external command to open connection\n")); P(GT_(" --plugout specify external command to open smtp connection\n")); -- cgit v1.2.3