Still need engine.h for ENGINE_free()
authortb <tb@openbsd.org>
Mon, 20 Nov 2023 01:20:19 +0000 (01:20 +0000)
committertb <tb@openbsd.org>
Mon, 20 Nov 2023 01:20:19 +0000 (01:20 +0000)
But do away with the OPENSSL_NO_ENGINE dance.

regress/lib/libcrypto/free/freenull.c.head

index 43b8759..3c4e542 100644 (file)
@@ -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 <openssl/asn1.h>
 #include <openssl/cmac.h>
@@ -6,6 +6,7 @@
 #include <openssl/comp.h>
 #include <openssl/conf_api.h>
 #include <openssl/ct.h>
+#include <openssl/engine.h>
 #include <openssl/gost.h>
 #include <openssl/hmac.h>
 #include <openssl/ocsp.h>