From c6b65d9038a9fb14b4975d79cc7985628b4ed9e2 Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 10 Apr 2023 20:59:33 +0000 Subject: Drop BN_NO_DEPRECATED dance from bn_test --- src/regress/lib/libcrypto/bn/bn_test.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/regress/lib/libcrypto/bn/bn_test.c b/src/regress/lib/libcrypto/bn/bn_test.c index ed0ddabae0..51fd5873a6 100644 --- a/src/regress/lib/libcrypto/bn/bn_test.c +++ b/src/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 -- cgit v1.2.3-55-g6feb