diff options
| author | tb <> | 2023-07-26 22:51:01 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-26 22:51:01 +0000 |
| commit | 33d4deace65be87b83adb6cc469d5bbb3071787a (patch) | |
| tree | 9e85932b3c2f61d2bf3a0b24389cdde09b013fb6 /src | |
| parent | a70c1fbf36434e69d26d99c94ea0de282e2e331a (diff) | |
| download | openbsd-33d4deace65be87b83adb6cc469d5bbb3071787a.tar.gz openbsd-33d4deace65be87b83adb6cc469d5bbb3071787a.tar.bz2 openbsd-33d4deace65be87b83adb6cc469d5bbb3071787a.zip | |
Prepare this test for the upcoming bump
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/free/freenull.c.head | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/free/freenull.c.head b/src/regress/lib/libcrypto/free/freenull.c.head index ba89967b49..0dec35ba49 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.4 2022/01/15 02:46:12 inoguchi Exp $ */ | 1 | /* $OpenBSD: freenull.c.head,v 1.5 2023/07/26 22:51:01 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,7 +6,9 @@ | |||
| 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 | ||
| 9 | #include <openssl/dso.h> | 10 | #include <openssl/dso.h> |
| 11 | #endif | ||
| 10 | #ifndef OPENSSL_NO_ENGINE | 12 | #ifndef OPENSSL_NO_ENGINE |
| 11 | #include <openssl/engine.h> | 13 | #include <openssl/engine.h> |
| 12 | #endif | 14 | #endif |
