From 04cb4607761f82431bab75ac4a36f589b931d884 Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 20 Nov 2023 01:20:19 +0000 Subject: [PATCH] Still need engine.h for ENGINE_free() But do away with the OPENSSL_NO_ENGINE dance. --- regress/lib/libcrypto/free/freenull.c.head | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regress/lib/libcrypto/free/freenull.c.head b/regress/lib/libcrypto/free/freenull.c.head index 43b87598e17..3c4e542fa7b 100644 --- a/regress/lib/libcrypto/free/freenull.c.head +++ b/regress/lib/libcrypto/free/freenull.c.head @@ -1,4 +1,4 @@ -/* $OpenBSD: freenull.c.head,v 1.7 2023/11/19 13:11:06 tb Exp $ */ +/* $OpenBSD: freenull.c.head,v 1.8 2023/11/20 01:20:19 tb Exp $ */ #include #include @@ -6,6 +6,7 @@ #include #include #include +#include #include #include #include -- 2.20.1