diff options
-rw-r--r-- | src/regress/lib/libcrypto/dsa/dsatest.c | 8 |
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> |