From f9ec5d89cb83c9caa078c77158ca2459614ed1eb Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 5 Mar 2025 15:28:06 +0100 Subject: [PATCH] tests/certs: drop the empty .dhp files They are not used for anything. Closes #16576 --- tests/certs/Makefile.inc | 6 ------ tests/certs/Server-localhost-firstSAN-sv.dhp | 0 tests/certs/Server-localhost-lastSAN-sv.dhp | 0 tests/certs/Server-localhost-sv.dhp | 0 tests/certs/Server-localhost.nn-sv.dhp | 0 tests/certs/Server-localhost0h-sv.dhp | 0 tests/certs/stunnel-sv.dhp | 0 7 files changed, 6 deletions(-) delete mode 100644 tests/certs/Server-localhost-firstSAN-sv.dhp delete mode 100644 tests/certs/Server-localhost-lastSAN-sv.dhp delete mode 100644 tests/certs/Server-localhost-sv.dhp delete mode 100644 tests/certs/Server-localhost.nn-sv.dhp delete mode 100644 tests/certs/Server-localhost0h-sv.dhp delete mode 100644 tests/certs/stunnel-sv.dhp diff --git a/tests/certs/Makefile.inc b/tests/certs/Makefile.inc index 032baec249..94444330bc 100644 --- a/tests/certs/Makefile.inc +++ b/tests/certs/Makefile.inc @@ -41,7 +41,6 @@ GENERATEDCERTS = \ Server-localhost-sv.crt \ Server-localhost-sv.csr \ Server-localhost-sv.der \ - Server-localhost-sv.dhp \ Server-localhost-sv.key \ Server-localhost-sv.pem \ Server-localhost-sv.pub.der \ @@ -51,7 +50,6 @@ GENERATEDCERTS = \ Server-localhost.nn-sv.crt \ Server-localhost.nn-sv.csr \ Server-localhost.nn-sv.der \ - Server-localhost.nn-sv.dhp \ Server-localhost.nn-sv.key \ Server-localhost.nn-sv.pem \ Server-localhost.nn-sv.pub.der \ @@ -61,7 +59,6 @@ GENERATEDCERTS = \ Server-localhost0h-sv.crt \ Server-localhost0h-sv.csr \ Server-localhost0h-sv.der \ - Server-localhost0h-sv.dhp \ Server-localhost0h-sv.key \ Server-localhost0h-sv.pem \ Server-localhost0h-sv.pub.der \ @@ -71,7 +68,6 @@ GENERATEDCERTS = \ Server-localhost-firstSAN-sv.crt \ Server-localhost-firstSAN-sv.csr \ Server-localhost-firstSAN-sv.der \ - Server-localhost-firstSAN-sv.dhp \ Server-localhost-firstSAN-sv.key \ Server-localhost-firstSAN-sv.pem \ Server-localhost-firstSAN-sv.pub.der \ @@ -81,7 +77,6 @@ GENERATEDCERTS = \ Server-localhost-lastSAN-sv.crt \ Server-localhost-lastSAN-sv.csr \ Server-localhost-lastSAN-sv.der \ - Server-localhost-lastSAN-sv.dhp \ Server-localhost-lastSAN-sv.key \ Server-localhost-lastSAN-sv.pem \ Server-localhost-lastSAN-sv.pub.der \ @@ -91,7 +86,6 @@ GENERATEDCERTS = \ stunnel-sv.crt \ stunnel-sv.csr \ stunnel-sv.der \ - stunnel-sv.dhp \ stunnel-sv.key \ stunnel-sv.pem \ stunnel-sv.der \ diff --git a/tests/certs/Server-localhost-firstSAN-sv.dhp b/tests/certs/Server-localhost-firstSAN-sv.dhp deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tests/certs/Server-localhost-lastSAN-sv.dhp b/tests/certs/Server-localhost-lastSAN-sv.dhp deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tests/certs/Server-localhost-sv.dhp b/tests/certs/Server-localhost-sv.dhp deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tests/certs/Server-localhost.nn-sv.dhp b/tests/certs/Server-localhost.nn-sv.dhp deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tests/certs/Server-localhost0h-sv.dhp b/tests/certs/Server-localhost0h-sv.dhp deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tests/certs/stunnel-sv.dhp b/tests/certs/stunnel-sv.dhp deleted file mode 100644 index e69de29bb2..0000000000 -- 2.47.3