From b5590e7aa3972d6a6ae6c16981499bedcc685d0f Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 26 Jul 2023 22:51:01 +0000 Subject: [PATCH] Prepare this test for the upcoming bump --- 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 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 -- 2.20.1