diff options
author | Kinichiro Inoguchi <inoguchi@cvs.openbsd.org> | 2022-01-15 02:46:13 +0000 |
---|---|---|
committer | Kinichiro Inoguchi <inoguchi@cvs.openbsd.org> | 2022-01-15 02:46:13 +0000 |
commit | 53d919a595a7f8e0c086114f568e1fcbab82cf0d (patch) | |
tree | 5415bb55baab6c45e1ad6976193839bb66a258cf | |
parent | 396bd9843c80153858dfdc47e306af0898417639 (diff) |
Add ct.h and x509_vfy.h
-rw-r--r-- | regress/lib/libcrypto/free/freenull.c.head | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/free/freenull.c.head b/regress/lib/libcrypto/free/freenull.c.head index 0331368e219..ba89967b49b 100644 --- a/regress/lib/libcrypto/free/freenull.c.head +++ b/regress/lib/libcrypto/free/freenull.c.head @@ -1,10 +1,11 @@ -/* $OpenBSD: freenull.c.head,v 1.3 2019/11/02 15:38:46 jsing Exp $ */ +/* $OpenBSD: freenull.c.head,v 1.4 2022/01/15 02:46:12 inoguchi Exp $ */ #include <openssl/asn1.h> #include <openssl/cmac.h> #include <openssl/cms.h> #include <openssl/comp.h> #include <openssl/conf_api.h> +#include <openssl/ct.h> #include <openssl/dso.h> #ifndef OPENSSL_NO_ENGINE #include <openssl/engine.h> @@ -17,6 +18,7 @@ #include <openssl/ui.h> #include <openssl/txt_db.h> #include <openssl/x509.h> +#include <openssl/x509_vfy.h> #include <openssl/x509v3.h> #include <err.h> |