diff options
author | jsing <> | 2022-10-02 16:39:39 +0000 |
---|---|---|
committer | jsing <> | 2022-10-02 16:39:39 +0000 |
commit | 4a69b2a0d348a1d8c5cb7cbf6b4214eaff61c9d7 (patch) | |
tree | edb53900ea0b0d36f809fc08145945c85532e6b4 /src | |
parent | a73d040fe367d3cf7a19fc4c9a9293676e1e4f06 (diff) | |
download | openbsd-4a69b2a0d348a1d8c5cb7cbf6b4214eaff61c9d7.tar.gz openbsd-4a69b2a0d348a1d8c5cb7cbf6b4214eaff61c9d7.tar.bz2 openbsd-4a69b2a0d348a1d8c5cb7cbf6b4214eaff61c9d7.zip |
Remove unused headers.
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/tlslegacy/tlslegacytest.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/regress/lib/libssl/tlslegacy/tlslegacytest.c b/src/regress/lib/libssl/tlslegacy/tlslegacytest.c index f18b0eeac3..59429d716a 100644 --- a/src/regress/lib/libssl/tlslegacy/tlslegacytest.c +++ b/src/regress/lib/libssl/tlslegacy/tlslegacytest.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tlslegacytest.c,v 1.6 2022/06/10 22:00:15 tb Exp $ */ | 1 | /* $OpenBSD: tlslegacytest.c,v 1.7 2022/10/02 16:39:39 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2015, 2016, 2017, 2020 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2015, 2016, 2017, 2020 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -17,10 +17,6 @@ | |||
17 | 17 | ||
18 | #include <openssl/ssl.h> | 18 | #include <openssl/ssl.h> |
19 | 19 | ||
20 | #include <openssl/err.h> | ||
21 | #include <openssl/dtls1.h> | ||
22 | #include <openssl/ssl3.h> | ||
23 | |||
24 | #include <err.h> | 20 | #include <err.h> |
25 | #include <stdio.h> | 21 | #include <stdio.h> |
26 | #include <string.h> | 22 | #include <string.h> |