From 42b2aea6fbc1f819043d8565a0f3e5dd9949cdfc Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 27 Nov 2023 22:39:26 +0000 Subject: [PATCH] EVP test: fix includes --- regress/lib/libcrypto/evp/evp_test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/regress/lib/libcrypto/evp/evp_test.c b/regress/lib/libcrypto/evp/evp_test.c index 88eb978ef3d..9b6e18eec62 100644 --- a/regress/lib/libcrypto/evp/evp_test.c +++ b/regress/lib/libcrypto/evp/evp_test.c @@ -1,4 +1,4 @@ -/* $OpenBSD: evp_test.c,v 1.8 2023/11/27 22:29:51 tb Exp $ */ +/* $OpenBSD: evp_test.c,v 1.9 2023/11/27 22:39:26 tb Exp $ */ /* * Copyright (c) 2022 Joel Sing * Copyright (c) 2023 Theo Buehler @@ -20,11 +20,11 @@ #include #include +#include #include +#include #include -#include "evp_local.h" - static int evp_asn1_method_test(void) { -- 2.20.1