From d42dedfe6b8fc2c0a5a7c34318f2cac4179a897d Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 20 Aug 2023 22:22:55 +0000 Subject: [PATCH] Another OPENSSL_NO_DEPRECATED hits the bit bucket --- regress/lib/libcrypto/dsa/dsatest.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/regress/lib/libcrypto/dsa/dsatest.c b/regress/lib/libcrypto/dsa/dsatest.c index b21f1b97508..62343455f36 100644 --- a/regress/lib/libcrypto/dsa/dsatest.c +++ b/regress/lib/libcrypto/dsa/dsatest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsatest.c,v 1.8 2023/08/12 06:23:59 tb Exp $ */ +/* $OpenBSD: dsatest.c,v 1.9 2023/08/20 22:22:55 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -56,12 +56,6 @@ * [including the GNU Public Licence.] */ -/* Until the key-gen callbacks are modified to use newer prototypes, we allow - * deprecated functions for openssl-internal code */ -#ifdef OPENSSL_NO_DEPRECATED -#undef OPENSSL_NO_DEPRECATED -#endif - #include #include #include -- 2.20.1