From: tb Date: Mon, 27 Nov 2023 22:39:26 +0000 (+0000) Subject: EVP test: fix includes X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=42b2aea6fbc1f819043d8565a0f3e5dd9949cdfc;p=openbsd EVP test: fix includes --- 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) {