From e15b52fe9eab88534680b592f14235cb766ed3e3 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 20 Aug 2023 22:22:55 +0000 Subject: Another OPENSSL_NO_DEPRECATED hits the bit bucket --- src/regress/lib/libcrypto/dsa/dsatest.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/dsa/dsatest.c b/src/regress/lib/libcrypto/dsa/dsatest.c index b21f1b9750..62343455f3 100644 --- a/src/regress/lib/libcrypto/dsa/dsatest.c +++ b/src/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 -- cgit v1.2.3-55-g6feb