diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-11-20 01:20:20 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-11-20 01:20:20 +0000 |
commit | 2f7356cc4aedac468b2d160848aa80855c467961 (patch) | |
tree | 4054ea2bfcbf5f9ec368b56dcde6c039e218b555 /regress | |
parent | f6c738ad56918394d440b038fab06f428a0da520 (diff) |
Still need engine.h for ENGINE_free()
But do away with the OPENSSL_NO_ENGINE dance.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/free/freenull.c.head | 3 |
1 files changed, 2 insertions, 1 deletions
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 <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> |