summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-07-26 22:51:02 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-07-26 22:51:02 +0000
commit50c427e0584f0e03b5bb4bcb373cf492f4d090bf (patch)
tree933ca9141a90b47e2f5fda2e37849ce61bd27316
parent4ad01ded99f37be060539760742456808d72e43a (diff)
Prepare this test for the upcoming bump
-rw-r--r--regress/lib/libcrypto/free/freenull.c.head4
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 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 <openssl/asn1.h>
#include <openssl/cmac.h>
@@ -6,7 +6,9 @@
#include <openssl/comp.h>
#include <openssl/conf_api.h>
#include <openssl/ct.h>
+#ifndef OPENSSL_NO_DSO
#include <openssl/dso.h>
+#endif
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif