From: inoguchi Date: Sat, 15 Jan 2022 02:46:12 +0000 (+0000) Subject: Add ct.h and x509_vfy.h X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d493aa45c2c6d216b50b7053e9900b61e99029e9;p=openbsd Add ct.h and x509_vfy.h --- 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