From fb1118fbee181ebbe9e392e154b296f14bcd5354 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 19 Nov 2023 13:11:06 +0000 Subject: Unifdef OPENSSL_NO_ENGINE in libcrypto regress --- src/regress/lib/libcrypto/ec/ectest.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/regress/lib/libcrypto/ec/ectest.c') 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 @@ -/* $OpenBSD: ectest.c,v 1.21 2023/07/26 22:46:06 tb Exp $ */ +/* $OpenBSD: ectest.c,v 1.22 2023/11/19 13:11:05 tb Exp $ */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ @@ -75,9 +75,6 @@ #include #include -#ifndef OPENSSL_NO_ENGINE -#include -#endif #include #include #include @@ -769,9 +766,6 @@ main(int argc, char *argv[]) /* test the internal curves */ internal_curve_test(); -#ifndef OPENSSL_NO_ENGINE - ENGINE_cleanup(); -#endif CRYPTO_cleanup_all_ex_data(); ERR_free_strings(); ERR_remove_thread_state(NULL); -- cgit v1.2.3-55-g6feb