diff options
author | tb <> | 2022-07-16 07:46:08 +0000 |
---|---|---|
committer | tb <> | 2022-07-16 07:46:08 +0000 |
commit | 9f58698ff9bd397bbe017c96e6726136060a58df (patch) | |
tree | 939823414ba269fad93977b6964ba3c87834a613 | |
parent | aa0d558bb096c4d44c24b62c60b837ee7985387d (diff) | |
download | openbsd-9f58698ff9bd397bbe017c96e6726136060a58df.tar.gz openbsd-9f58698ff9bd397bbe017c96e6726136060a58df.tar.bz2 openbsd-9f58698ff9bd397bbe017c96e6726136060a58df.zip |
Revert previous. The added includes were already there. Duh.
-rw-r--r-- | src/regress/lib/libtls/tls/tlstest.c | 5 |
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> |