diff options
Diffstat (limited to 'src/regress/lib/libcrypto/ec/ectest.c')
| -rw-r--r-- | src/regress/lib/libcrypto/ec/ectest.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/regress/lib/libcrypto/ec/ectest.c b/src/regress/lib/libcrypto/ec/ectest.c index f0b1028f48..b32b007b30 100644 --- a/src/regress/lib/libcrypto/ec/ectest.c +++ b/src/regress/lib/libcrypto/ec/ectest.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ectest.c,v 1.21 2023/07/26 22:46:06 tb Exp $ */ | 1 | /* $OpenBSD: ectest.c,v 1.22 2023/11/19 13:11:05 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Originally written by Bodo Moeller for the OpenSSL project. | 3 | * Originally written by Bodo Moeller for the OpenSSL project. |
| 4 | */ | 4 | */ |
| @@ -75,9 +75,6 @@ | |||
| 75 | #include <time.h> | 75 | #include <time.h> |
| 76 | 76 | ||
| 77 | #include <openssl/ec.h> | 77 | #include <openssl/ec.h> |
| 78 | #ifndef OPENSSL_NO_ENGINE | ||
| 79 | #include <openssl/engine.h> | ||
| 80 | #endif | ||
| 81 | #include <openssl/err.h> | 78 | #include <openssl/err.h> |
| 82 | #include <openssl/obj_mac.h> | 79 | #include <openssl/obj_mac.h> |
| 83 | #include <openssl/objects.h> | 80 | #include <openssl/objects.h> |
| @@ -769,9 +766,6 @@ main(int argc, char *argv[]) | |||
| 769 | /* test the internal curves */ | 766 | /* test the internal curves */ |
| 770 | internal_curve_test(); | 767 | internal_curve_test(); |
| 771 | 768 | ||
| 772 | #ifndef OPENSSL_NO_ENGINE | ||
| 773 | ENGINE_cleanup(); | ||
| 774 | #endif | ||
| 775 | CRYPTO_cleanup_all_ex_data(); | 769 | CRYPTO_cleanup_all_ex_data(); |
| 776 | ERR_free_strings(); | 770 | ERR_free_strings(); |
| 777 | ERR_remove_thread_state(NULL); | 771 | ERR_remove_thread_state(NULL); |
