summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authortb <>2023-08-20 22:22:55 +0000
committertb <>2023-08-20 22:22:55 +0000
commite15b52fe9eab88534680b592f14235cb766ed3e3 (patch)
tree98147159a09a6a4e7a1f4dd8a1b4f2a906ee0692 /src/regress/lib
parent0549f86e76a5603b0f8d22e42306b47701d1cfd4 (diff)
downloadopenbsd-e15b52fe9eab88534680b592f14235cb766ed3e3.tar.gz
openbsd-e15b52fe9eab88534680b592f14235cb766ed3e3.tar.bz2
openbsd-e15b52fe9eab88534680b592f14235cb766ed3e3.zip
Another OPENSSL_NO_DEPRECATED hits the bit bucket
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libcrypto/dsa/dsatest.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/regress/lib/libcrypto/dsa/dsatest.c b/src/regress/lib/libcrypto/dsa/dsatest.c
index b21f1b9750..62343455f3 100644
--- a/src/regress/lib/libcrypto/dsa/dsatest.c
+++ b/src/regress/lib/libcrypto/dsa/dsatest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: dsatest.c,v 1.8 2023/08/12 06:23:59 tb Exp $ */ 1/* $OpenBSD: dsatest.c,v 1.9 2023/08/20 22:22:55 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 *
@@ -56,12 +56,6 @@
56 * [including the GNU Public Licence.] 56 * [including the GNU Public Licence.]
57 */ 57 */
58 58
59/* Until the key-gen callbacks are modified to use newer prototypes, we allow
60 * deprecated functions for openssl-internal code */
61#ifdef OPENSSL_NO_DEPRECATED
62#undef OPENSSL_NO_DEPRECATED
63#endif
64
65#include <err.h> 59#include <err.h>
66#include <stdio.h> 60#include <stdio.h>
67#include <stdlib.h> 61#include <stdlib.h>