From c4685815bf7edbc546add24b9fa99b632a2ba366 Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 14 Apr 2021 16:38:07 +1000 Subject: dsa: remove unused macro Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/14881) --- crypto/dsa/dsa_depr.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'crypto/dsa') diff --git a/crypto/dsa/dsa_depr.c b/crypto/dsa/dsa_depr.c index 1149c50c8b..57f6ce4faf 100644 --- a/crypto/dsa/dsa_depr.c +++ b/crypto/dsa/dsa_depr.c @@ -18,13 +18,6 @@ */ #include "internal/deprecated.h" -/* - * Parameter generation follows the updated Appendix 2.2 for FIPS PUB 186, - * also Appendix 2.2 of FIPS PUB 186-1 (i.e. use SHA as defined in FIPS PUB - * 180-1) - */ -#define xxxHASH EVP_sha1() - #include #include -- cgit v1.2.3