diff options
author | inoguchi <> | 2022-01-15 02:46:12 +0000 |
---|---|---|
committer | inoguchi <> | 2022-01-15 02:46:12 +0000 |
commit | 7b13bffa55489ed8a26e78e6f3ab6c74f4ffa45b (patch) | |
tree | 6f92993efee1cc3520922e89b620b4b381a7231c /src | |
parent | d00af36e612a46a6acda87f7b192bd40352e4df2 (diff) | |
download | openbsd-7b13bffa55489ed8a26e78e6f3ab6c74f4ffa45b.tar.gz openbsd-7b13bffa55489ed8a26e78e6f3ab6c74f4ffa45b.tar.bz2 openbsd-7b13bffa55489ed8a26e78e6f3ab6c74f4ffa45b.zip |
Add ct.h and x509_vfy.h
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 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> |