From: Paul Yang Date: Sat, 17 Jun 2017 14:17:44 +0000 (+0800) Subject: Remove non-accurate description in Configure script X-Git-Tag: OpenSSL_1_1_1-pre1~1290 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=edcdf38bd09f77160f0ec3e5bdd9d9525daf6f25;ds=sidebyside Remove non-accurate description in Configure script For DES and 3DES based ciphers are also enabled by this option. Reviewed-by: Andy Polyakov Reviewed-by: Richard Levitte Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3707) --- diff --git a/Configure b/Configure index 2170e9b626..87c235dbb5 100755 --- a/Configure +++ b/Configure @@ -61,8 +61,7 @@ my $usage="Usage: Configure [no- ...] [enable- ...] [-Dxxx] [-lx # library and will be loaded in run-time by the OpenSSL library. # sctp include SCTP support # enable-weak-ssl-ciphers -# Enable weak ciphers that are disabled by default. This currently -# only includes RC4 based ciphers. +# Enable weak ciphers that are disabled by default. # 386 generate 80386 code in assembly modules # no-sse2 disables IA-32 SSE2 code in assembly modules, the above # mentioned '386' option implies this one