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/dsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/dsa.c') diff --git a/apps/dsa.c b/apps/dsa.c index 0156ff8373..9704a34c39 100644 --- a/apps/dsa.c +++ b/apps/dsa.c @@ -11,7 +11,7 @@ #define OPENSSL_SUPPRESS_DEPRECATED #include -#if defined(OPENSSL_NO_DSA) || defined(OPENSSL_NO_DEPRECATED_3_0) +#ifdef OPENSSL_NO_DSA NON_EMPTY_TRANSLATION_UNIT #else -- cgit v1.2.3