summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-04-05 10:47:05 +0100
committerMatt Caswell <matt@openssl.org>2019-04-09 10:24:43 +0100
commitd030892312a2e7076511205e7fe1a5eae98e5102 (patch)
treec1fbf493c6fed67af94fbf5384e88f5758c2ac59 /INSTALL
parentdc46e3dde58c781b5f29942d787a2c8765ba5514 (diff)
downloadopenssl-new-d030892312a2e7076511205e7fe1a5eae98e5102.tar.gz
Add a legacy provider and put MD2 in it
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8541)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index c496e79e23..50722a10ea 100644
--- a/INSTALL
+++ b/INSTALL
@@ -409,6 +409,10 @@
available if the GOST algorithms are also available through
loading an externally supplied engine.
+ no-legacy
+ Don't build the legacy provider. Disabling this also disables
+ the legacy algorithms: MD2 (already disabled by default).
+
no-makedepend
Don't generate dependencies.