From 85a409ce1612229f9227f4c05d0d6a47fae12da4 Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 19 Nov 2023 13:12:06 +0000 Subject: [PATCH] Remove last OPENSSL_NO_ENGINE from libssl regress --- regress/lib/libssl/ssl/ssltest.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/regress/lib/libssl/ssl/ssltest.c b/regress/lib/libssl/ssl/ssltest.c index f95ea44a91a..23d7d48f33a 100644 --- a/regress/lib/libssl/ssl/ssltest.c +++ b/regress/lib/libssl/ssl/ssltest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssltest.c,v 1.43 2023/08/15 11:20:57 tb Exp $ */ +/* $OpenBSD: ssltest.c,v 1.44 2023/11/19 13:12:06 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -167,9 +167,6 @@ #include #include #include -#ifndef OPENSSL_NO_ENGINE -#include -#endif #include #include #include @@ -762,9 +759,6 @@ end: SSL_CTX_free(c_ctx); BIO_free(bio_stdout); -#ifndef OPENSSL_NO_ENGINE - ENGINE_cleanup(); -#endif CRYPTO_cleanup_all_ex_data(); ERR_free_strings(); ERR_remove_thread_state(NULL); -- 2.20.1