summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-04-10 20:59:33 +0000
committertb <>2023-04-10 20:59:33 +0000
commitc6b65d9038a9fb14b4975d79cc7985628b4ed9e2 (patch)
treeead48abda7ecbde660c9b7de0e016b30d516ffb2
parent9224b0e0af48248981876b8dbf45576e3aefe154 (diff)
downloadopenbsd-c6b65d9038a9fb14b4975d79cc7985628b4ed9e2.tar.gz
openbsd-c6b65d9038a9fb14b4975d79cc7985628b4ed9e2.tar.bz2
openbsd-c6b65d9038a9fb14b4975d79cc7985628b4ed9e2.zip
Drop BN_NO_DEPRECATED dance from bn_test
-rw-r--r--src/regress/lib/libcrypto/bn/bn_test.c8
1 files changed, 1 insertions, 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 @@
1/* $OpenBSD: bn_test.c,v 1.14 2023/04/08 17:43:30 tb Exp $ */ 1/* $OpenBSD: bn_test.c,v 1.15 2023/04/10 20:59:33 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -69,12 +69,6 @@
69 * 69 *
70 */ 70 */
71 71
72/* Until the key-gen callbacks are modified to use newer prototypes, we allow
73 * deprecated functions for openssl-internal code */
74#ifdef OPENSSL_NO_DEPRECATED
75#undef OPENSSL_NO_DEPRECATED
76#endif
77
78#include <stdio.h> 72#include <stdio.h>
79#include <stdlib.h> 73#include <stdlib.h>
80#include <string.h> 74#include <string.h>