diff options
| author | tb <> | 2023-07-28 17:13:56 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-28 17:13:56 +0000 |
| commit | 3cfcd6c430384ddcbfded0553f8979776a306c59 (patch) | |
| tree | ef8420fa83965e7abfd710a1a713cfcdab5609aa /src | |
| parent | 09cee29a76e14d0c5f4001461c835de54ccc47e7 (diff) | |
| download | openbsd-3cfcd6c430384ddcbfded0553f8979776a306c59.tar.gz openbsd-3cfcd6c430384ddcbfded0553f8979776a306c59.tar.bz2 openbsd-3cfcd6c430384ddcbfded0553f8979776a306c59.zip | |
DSO has left the building
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libcrypto/free/freenull.c.head | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/free/freenull.c.head b/src/regress/lib/libcrypto/free/freenull.c.head index 0dec35ba49..dc1a7da523 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.5 2023/07/26 22:51:01 tb Exp $ */ | 1 | /* $OpenBSD: freenull.c.head,v 1.6 2023/07/28 17:13:56 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,9 +6,6 @@ | |||
| 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 | #ifndef OPENSSL_NO_DSO | ||
| 10 | #include <openssl/dso.h> | ||
| 11 | #endif | ||
| 12 | #ifndef OPENSSL_NO_ENGINE | 9 | #ifndef OPENSSL_NO_ENGINE |
| 13 | #include <openssl/engine.h> | 10 | #include <openssl/engine.h> |
| 14 | #endif | 11 | #endif |
