Remove unused headers.
authorjsing <jsing@openbsd.org>
Sun, 2 Oct 2022 16:39:39 +0000 (16:39 +0000)
committerjsing <jsing@openbsd.org>
Sun, 2 Oct 2022 16:39:39 +0000 (16:39 +0000)
regress/lib/libssl/tlslegacy/tlslegacytest.c

index f18b0ee..59429d7 100644 (file)
@@ -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>
  *
 
 #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>