diff options
author | inoguchi <> | 2022-01-15 02:46:12 +0000 |
---|---|---|
committer | inoguchi <> | 2022-01-15 02:46:12 +0000 |
commit | 838b8b87f8aca8de4ee4ea2dedeb61771835a9a0 (patch) | |
tree | 6f92993efee1cc3520922e89b620b4b381a7231c | |
parent | 4681f1fa23cd9554370f01bf80dc21ea348dd551 (diff) | |
download | openbsd-838b8b87f8aca8de4ee4ea2dedeb61771835a9a0.tar.gz openbsd-838b8b87f8aca8de4ee4ea2dedeb61771835a9a0.tar.bz2 openbsd-838b8b87f8aca8de4ee4ea2dedeb61771835a9a0.zip |
Add ct.h and x509_vfy.h
-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 0331368e21..ba89967b49 100644 --- a/src/regress/lib/libcrypto/free/freenull.c.head +++ b/src/regress/lib/libcrypto/free/freenull.c.head | |||
@@ -1,10 +1,11 @@ | |||
1 | /* $OpenBSD: freenull.c.head,v 1.3 2019/11/02 15:38:46 jsing Exp $ */ | 1 | /* $OpenBSD: freenull.c.head,v 1.4 2022/01/15 02:46:12 inoguchi Exp $ */ |
2 | 2 | ||
3 | #include <openssl/asn1.h> | 3 | #include <openssl/asn1.h> |
4 | #include <openssl/cmac.h> | 4 | #include <openssl/cmac.h> |
5 | #include <openssl/cms.h> | 5 | #include <openssl/cms.h> |
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/dso.h> | 9 | #include <openssl/dso.h> |
9 | #ifndef OPENSSL_NO_ENGINE | 10 | #ifndef OPENSSL_NO_ENGINE |
10 | #include <openssl/engine.h> | 11 | #include <openssl/engine.h> |
@@ -17,6 +18,7 @@ | |||
17 | #include <openssl/ui.h> | 18 | #include <openssl/ui.h> |
18 | #include <openssl/txt_db.h> | 19 | #include <openssl/txt_db.h> |
19 | #include <openssl/x509.h> | 20 | #include <openssl/x509.h> |
21 | #include <openssl/x509_vfy.h> | ||
20 | #include <openssl/x509v3.h> | 22 | #include <openssl/x509v3.h> |
21 | 23 | ||
22 | #include <err.h> | 24 | #include <err.h> |