diff options
| author | tb <> | 2023-08-20 22:22:55 +0000 |
|---|---|---|
| committer | tb <> | 2023-08-20 22:22:55 +0000 |
| commit | 2b51d4e801717e70d724b38b7f75f392dfc0360e (patch) | |
| tree | 98147159a09a6a4e7a1f4dd8a1b4f2a906ee0692 /src/regress/lib/libc | |
| parent | 29340c98efb0a18688f17d2abee41c545912b7ce (diff) | |
| download | openbsd-2b51d4e801717e70d724b38b7f75f392dfc0360e.tar.gz openbsd-2b51d4e801717e70d724b38b7f75f392dfc0360e.tar.bz2 openbsd-2b51d4e801717e70d724b38b7f75f392dfc0360e.zip | |
Another OPENSSL_NO_DEPRECATED hits the bit bucket
Diffstat (limited to '')
| -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> |
