summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/test/test.c
diff options
context:
space:
mode:
authortb <>2025-05-31 11:36:48 +0000
committertb <>2025-05-31 11:36:48 +0000
commitf6ebd40f367860354dc6ceb68ff744fe8f52906c (patch)
treee3ed7537ce38f41ec6268350cf12d239e61eef99 /src/regress/lib/libcrypto/test/test.c
parent410c2d0bcc144feb12f0d8a71338cd32edc4fcc9 (diff)
downloadopenbsd-f6ebd40f367860354dc6ceb68ff744fe8f52906c.tar.gz
openbsd-f6ebd40f367860354dc6ceb68ff744fe8f52906c.tar.bz2
openbsd-f6ebd40f367860354dc6ceb68ff744fe8f52906c.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/regress/lib/libcrypto/test/test.c')
-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>