From: tb Date: Mon, 20 Nov 2023 01:20:19 +0000 (+0000) Subject: Still need engine.h for ENGINE_free() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=04cb4607761f82431bab75ac4a36f589b931d884;p=openbsd Still need engine.h for ENGINE_free() But do away with the OPENSSL_NO_ENGINE dance. --- 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