diff options
| author | tb <> | 2023-04-10 20:59:33 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-10 20:59:33 +0000 |
| commit | e38aa5c39f0abb8d883fd6494c98c93b33c4be3d (patch) | |
| tree | ead48abda7ecbde660c9b7de0e016b30d516ffb2 /src | |
| parent | 19b2532b46be806216241e3ff922d3a2bf4819e0 (diff) | |
| download | openbsd-e38aa5c39f0abb8d883fd6494c98c93b33c4be3d.tar.gz openbsd-e38aa5c39f0abb8d883fd6494c98c93b33c4be3d.tar.bz2 openbsd-e38aa5c39f0abb8d883fd6494c98c93b33c4be3d.zip | |
Drop BN_NO_DEPRECATED dance from bn_test
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/bn/bn_test.c | 8 |
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> |
