From d493aa45c2c6d216b50b7053e9900b61e99029e9 Mon Sep 17 00:00:00 2001 From: inoguchi Date: Sat, 15 Jan 2022 02:46:12 +0000 Subject: [PATCH] Add ct.h and x509_vfy.h --- regress/lib/libcrypto/free/freenull.c.head | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 #include #include #include #include +#include #include #ifndef OPENSSL_NO_ENGINE #include @@ -17,6 +18,7 @@ #include #include #include +#include #include #include -- 2.20.1