diff options
| author | tb <> | 2023-11-20 01:20:19 +0000 |
|---|---|---|
| committer | tb <> | 2023-11-20 01:20:19 +0000 |
| commit | bc449f2fcdb189c73149c0777a7bbd8435392539 (patch) | |
| tree | 2d9f7bb14d6fb3edc6f61f98d763f2bca16a58fc /src | |
| parent | 25dc99c916f843a58daaa7d49007dc062c84333f (diff) | |
| download | openbsd-bc449f2fcdb189c73149c0777a7bbd8435392539.tar.gz openbsd-bc449f2fcdb189c73149c0777a7bbd8435392539.tar.bz2 openbsd-bc449f2fcdb189c73149c0777a7bbd8435392539.zip | |
Still need engine.h for ENGINE_free()
But do away with the OPENSSL_NO_ENGINE dance.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/free/freenull.c.head | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/free/freenull.c.head b/src/regress/lib/libcrypto/free/freenull.c.head index 43b87598e1..3c4e542fa7 100644 --- a/src/regress/lib/libcrypto/free/freenull.c.head +++ b/src/regress/lib/libcrypto/free/freenull.c.head | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: freenull.c.head,v 1.7 2023/11/19 13:11:06 tb Exp $ */ | 1 | /* $OpenBSD: freenull.c.head,v 1.8 2023/11/20 01:20:19 tb Exp $ */ |
| 2 | 2 | ||
| 3 | #include <openssl/asn1.h> | 3 | #include <openssl/asn1.h> |
| 4 | #include <openssl/cmac.h> | 4 | #include <openssl/cmac.h> |
| @@ -6,6 +6,7 @@ | |||
| 6 | #include <openssl/comp.h> | 6 | #include <openssl/comp.h> |
| 7 | #include <openssl/conf_api.h> | 7 | #include <openssl/conf_api.h> |
| 8 | #include <openssl/ct.h> | 8 | #include <openssl/ct.h> |
| 9 | #include <openssl/engine.h> | ||
| 9 | #include <openssl/gost.h> | 10 | #include <openssl/gost.h> |
| 10 | #include <openssl/hmac.h> | 11 | #include <openssl/hmac.h> |
| 11 | #include <openssl/ocsp.h> | 12 | #include <openssl/ocsp.h> |
