diff options
author | Andy Polyakov <appro@openssl.org> | 2016-11-20 21:52:41 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2016-11-25 17:34:28 +0100 |
commit | 5ae5dc96610f0a598dac9d2f267b5c0ddd77b2e4 (patch) | |
tree | d54e025fd23c8e601a3a56c47763c1ba6bf416c2 /Configure | |
parent | modes/ctr128.c: fix false carry in counter increment procedure. (diff) | |
download | openssl-5ae5dc96610f0a598dac9d2f267b5c0ddd77b2e4.tar.xz openssl-5ae5dc96610f0a598dac9d2f267b5c0ddd77b2e4.zip |
INSTALL: clarify 386 and no-sse2 options.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -60,11 +60,12 @@ my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lx # zlib-dynamic Like "zlib", but the zlib library is expected to be a shared # library and will be loaded in run-time by the OpenSSL library. # sctp include SCTP support -# 386 generate 80386 code # enable-weak-ssl-ciphers # Enable weak ciphers that are disabled by default. This currently # only includes RC4 based ciphers. -# no-sse2 disables IA-32 SSE2 code, above option implies no-sse2 +# 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 # no-<cipher> build without specified algorithm (rsa, idea, rc5, ...) # -<xxx> +<xxx> compiler options are passed through # -static while -static is also a pass-through compiler option (and |