From f6ebd40f367860354dc6ceb68ff744fe8f52906c Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 31 May 2025 11:36:48 +0000 Subject: test.c: drop include of libgen.h This no longer uses basenam, so we can drop this header which isn't available on Windows. --- src/regress/lib/libcrypto/test/test.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/test/test.c b/src/regress/lib/libcrypto/test/test.c index 8e25b004d2..1188ec34ef 100644 --- a/src/regress/lib/libcrypto/test/test.c +++ b/src/regress/lib/libcrypto/test/test.c @@ -1,4 +1,4 @@ -/* $OpenBSD: test.c,v 1.3 2025/05/31 11:29:59 tb Exp $ */ +/* $OpenBSD: test.c,v 1.4 2025/05/31 11:36:48 tb Exp $ */ /* * Copyright (c) 2025 Joshua Sing * @@ -16,7 +16,6 @@ */ #include -#include #include #include #include -- cgit v1.2.3-55-g6feb