summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libtls/tls/tlstest.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libtls/tls/tlstest.c b/src/regress/lib/libtls/tls/tlstest.c
index b856e9d789..fb6649e83f 100644
--- a/src/regress/lib/libtls/tls/tlstest.c
+++ b/src/regress/lib/libtls/tls/tlstest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: tlstest.c,v 1.14 2022/06/22 10:01:17 tb Exp $ */ 1/* $OpenBSD: tlstest.c,v 1.15 2022/07/16 07:46:08 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2017 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -17,9 +17,6 @@
17 17
18#include <sys/socket.h> 18#include <sys/socket.h>
19 19
20#include <fcntl.h>
21#include <unistd.h>
22
23#include <err.h> 20#include <err.h>
24#include <fcntl.h> 21#include <fcntl.h>
25#include <stdio.h> 22#include <stdio.h>