From: tb Date: Wed, 26 Jul 2023 22:51:01 +0000 (+0000) Subject: Prepare this test for the upcoming bump X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b5590e7aa3972d6a6ae6c16981499bedcc685d0f;p=openbsd Prepare this test for the upcoming bump --- diff --git a/regress/lib/libcrypto/free/freenull.c.head b/regress/lib/libcrypto/free/freenull.c.head index ba89967b49b..0dec35ba49d 100644 --- a/regress/lib/libcrypto/free/freenull.c.head +++ b/regress/lib/libcrypto/free/freenull.c.head @@ -1,4 +1,4 @@ -/* $OpenBSD: freenull.c.head,v 1.4 2022/01/15 02:46:12 inoguchi Exp $ */ +/* $OpenBSD: freenull.c.head,v 1.5 2023/07/26 22:51:01 tb Exp $ */ #include #include @@ -6,7 +6,9 @@ #include #include #include +#ifndef OPENSSL_NO_DSO #include +#endif #ifndef OPENSSL_NO_ENGINE #include #endif