From 8bb9c60ba82ae8e5dcd105258996d9c2fe3ac472 Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 12 Feb 2020 20:05:29 +1000 Subject: Apps: don't build deprecated DH and DSA apps. This also means that there doesn't need to be any conditional checks in the .c files to avoid deprecated builds. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/11067) --- apps/dhparam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/dhparam.c') diff --git a/apps/dhparam.c b/apps/dhparam.c index e2a5b7946d..acff366158 100644 --- a/apps/dhparam.c +++ b/apps/dhparam.c @@ -11,7 +11,7 @@ #define OPENSSL_SUPPRESS_DEPRECATED #include -#if defined(OPENSSL_NO_DH) || defined(OPENSSL_NO_DEPRECATED_3_0) +#ifdef OPENSSL_NO_DH NON_EMPTY_TRANSLATION_UNIT #else -- cgit v1.2.1