artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ce7ecd
)
Remove unused headers.
author
jsing
<jsing@openbsd.org>
Sun, 2 Oct 2022 16:39:39 +0000
(16:39 +0000)
committer
jsing
<jsing@openbsd.org>
Sun, 2 Oct 2022 16:39:39 +0000
(16:39 +0000)
regress/lib/libssl/tlslegacy/tlslegacytest.c
patch
|
blob
|
history
diff --git
a/regress/lib/libssl/tlslegacy/tlslegacytest.c
b/regress/lib/libssl/tlslegacy/tlslegacytest.c
index
f18b0ee
..
59429d7
100644
(file)
--- a/
regress/lib/libssl/tlslegacy/tlslegacytest.c
+++ b/
regress/lib/libssl/tlslegacy/tlslegacytest.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: tlslegacytest.c,v 1.
6 2022/06/10 22:00:15 tb
Exp $ */
+/* $OpenBSD: tlslegacytest.c,v 1.
7 2022/10/02 16:39:39 jsing
Exp $ */
/*
* Copyright (c) 2015, 2016, 2017, 2020 Joel Sing <jsing@openbsd.org>
*
@@
-17,10
+17,6
@@
#include <openssl/ssl.h>
-#include <openssl/err.h>
-#include <openssl/dtls1.h>
-#include <openssl/ssl3.h>
-
#include <err.h>
#include <stdio.h>
#include <string.h>