Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-10-31 19:48:16 +0300
committerRich Salz <rsalz@openssl.org>2016-10-31 22:06:06 +0300
commitca1574cec20589885000d039eed3a9375fb29a0d (patch)
tree5dc0e290b9c8b737ab431d4791bf281af9f441ae /INSTALL
parentbe1f4812111aa76f12db91d9059ead3b43314b4c (diff)
Disable MDC2 by default.
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 44b3a1ca21..2fd80d8215 100644
--- a/INSTALL
+++ b/INSTALL
@@ -474,12 +474,12 @@
enable-<alg>
Build with support for the specified algorithm, where <alg>
- is one of: md2 or rc5.
+ is one of: md2, mdc2, or rc5.
no-<alg>
Build without support for the specified algorithm, where
<alg> is one of: bf, blake2, camellia, cast, chacha, cmac,
- des, dh, dsa, ecdh, ecdsa, idea, md4, mdc2, ocb, poly1305,
+ des, dh, dsa, ecdh, ecdsa, idea, md4, ocb, poly1305,
rc2, rc4, rmd160, scrypt, seed or whirlpool. The "ripemd"
algorithm is deprecated and if used is synonymous with rmd160.