summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-05-31 11:36:48 +0000
committertb <>2025-05-31 11:36:48 +0000
commitf6940e4f3acf3de91dc1b2a50ee0477509125e27 (patch)
treee3ed7537ce38f41ec6268350cf12d239e61eef99 /src
parentea9404b605359819ecc0a8eedda0542c5e65d924 (diff)
downloadopenbsd-f6940e4f3acf3de91dc1b2a50ee0477509125e27.tar.gz
openbsd-f6940e4f3acf3de91dc1b2a50ee0477509125e27.tar.bz2
openbsd-f6940e4f3acf3de91dc1b2a50ee0477509125e27.zip
test.c: drop include of libgen.h
This no longer uses basenam, so we can drop this header which isn't available on Windows.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/test/test.c3
1 files changed, 1 insertions, 2 deletions
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 @@
1/* $OpenBSD: test.c,v 1.3 2025/05/31 11:29:59 tb Exp $ */ 1/* $OpenBSD: test.c,v 1.4 2025/05/31 11:36:48 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2025 Joshua Sing <joshua@joshuasing.dev> 3 * Copyright (c) 2025 Joshua Sing <joshua@joshuasing.dev>
4 * 4 *
@@ -16,7 +16,6 @@
16 */ 16 */
17 17
18#include <err.h> 18#include <err.h>
19#include <libgen.h>
20#include <stdarg.h> 19#include <stdarg.h>
21#include <stdio.h> 20#include <stdio.h>
22#include <stdlib.h> 21#include <stdlib.h>