From 0549f86e76a5603b0f8d22e42306b47701d1cfd4 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 20 Aug 2023 22:21:00 +0000 Subject: Drop unnecessary OPENSSL_NO_DEPRECATED dance --- src/regress/lib/libcrypto/dh/dhtest.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/regress/lib/libcrypto/dh/dhtest.c b/src/regress/lib/libcrypto/dh/dhtest.c index 41bc0b2e2d..0df54273e1 100644 --- a/src/regress/lib/libcrypto/dh/dhtest.c +++ b/src/regress/lib/libcrypto/dh/dhtest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dhtest.c,v 1.13 2023/08/20 22:20:12 tb Exp $ */ +/* $OpenBSD: dhtest.c,v 1.14 2023/08/20 22:21:00 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