From f90a2403460da7f57818daf6a263b853ad1062ed Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 10 Apr 2023 20:59:33 +0000 Subject: [PATCH] Drop BN_NO_DEPRECATED dance from bn_test --- regress/lib/libcrypto/bn/bn_test.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/regress/lib/libcrypto/bn/bn_test.c b/regress/lib/libcrypto/bn/bn_test.c index ed0ddabae0c..51fd5873a6f 100644 --- a/regress/lib/libcrypto/bn/bn_test.c +++ b/regress/lib/libcrypto/bn/bn_test.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_test.c,v 1.14 2023/04/08 17:43:30 tb Exp $ */ +/* $OpenBSD: bn_test.c,v 1.15 2023/04/10 20:59:33 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -69,12 +69,6 @@ * */ -/* 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