From: tb Date: Sun, 20 Aug 2023 22:21:00 +0000 (+0000) Subject: Drop unnecessary OPENSSL_NO_DEPRECATED dance X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1ec0d311aa225b6929c16a8afcaf685ca79928c6;p=openbsd Drop unnecessary OPENSSL_NO_DEPRECATED dance --- 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