From d030892312a2e7076511205e7fe1a5eae98e5102 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 5 Apr 2019 10:47:05 +0100 Subject: Add a legacy provider and put MD2 in it Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/8541) --- INSTALL | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'INSTALL') 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. -- cgit v1.2.1