From 66d3b162a2dba87d414514da2d757b48e7defbbe Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 27 Nov 2023 22:39:26 +0000 Subject: EVP test: fix includes --- src/regress/lib/libcrypto/evp/evp_test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/evp/evp_test.c b/src/regress/lib/libcrypto/evp/evp_test.c index 88eb978ef3..9b6e18eec6 100644 --- a/src/regress/lib/libcrypto/evp/evp_test.c +++ b/src/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) { -- cgit v1.2.3-55-g6feb