From 1ec0d311aa225b6929c16a8afcaf685ca79928c6 Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 20 Aug 2023 22:21:00 +0000 Subject: [PATCH] Drop unnecessary OPENSSL_NO_DEPRECATED dance --- regress/lib/libcrypto/dh/dhtest.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/regress/lib/libcrypto/dh/dhtest.c b/regress/lib/libcrypto/dh/dhtest.c index 41bc0b2e2d5..0df54273e17 100644 --- a/regress/lib/libcrypto/dh/dhtest.c +++ b/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 -- 2.20.1