From 85d6ad34aa0158fb25538e116e611e6b858d3638 Mon Sep 17 00:00:00 2001 From: Peter Meerwald-Stadler Date: Wed, 31 Jan 2018 10:16:51 +1000 Subject: [PATCH] Configure: Fix configdata.pm shorthand for --dump, should be -d INSTALL: Mention 'aria' algorithm for no- Signed-off-by: Peter Meerwald-Stadler Reviewed-by: Paul Dale Reviewed-by: Richard Levitte Reviewed-by: Ben Kaduk (Merged from https://github.com/openssl/openssl/pull/5215) --- Configure | 2 +- INSTALL | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Configure b/Configure index 737dfc78ba..cad25bbe60 100755 --- a/Configure +++ b/Configure @@ -2506,7 +2506,7 @@ Print a brief help message and exit. Print the manual page and exit. -=item B<--dump> | B<-c> +=item B<--dump> | B<-d> Print all relevant configuration data. This is equivalent to B<--command-line> B<--options> B<--environment> B<--make-variables> B<--build-parameters>. diff --git a/INSTALL b/INSTALL index 01b8056dd0..48c25e6519 100644 --- a/INSTALL +++ b/INSTALL @@ -510,11 +510,11 @@ no- Build without support for the specified algorithm, where - is one of: bf, blake2, camellia, cast, chacha, cmac, - des, dh, dsa, ecdh, ecdsa, idea, md4, mdc2, ocb, poly1305, - rc2, rc4, rmd160, scrypt, seed, siphash, sm3, sm4 or - whirlpool. The "ripemd" algorithm is deprecated and if used - is synonymous with rmd160. + is one of: aria, bf, blake2, camellia, cast, chacha, + cmac, des, dh, dsa, ecdh, ecdsa, idea, md4, mdc2, ocb, + poly1305, rc2, rc4, rmd160, scrypt, seed, siphash, sm3, sm4 + or whirlpool. The "ripemd" algorithm is deprecated and if + used is synonymous with rmd160. -Dxxx, -Ixxx, -Wp, -lxxx, -Lxxx, -Wl, -rpath, -R, -framework, -static These system specific options will be recognised and -- 2.34.1