From: Daniel Stenberg Date: Wed, 5 Mar 2025 14:28:06 +0000 (+0100) Subject: tests/certs: drop the empty .dhp files X-Git-Tag: curl-8_13_0~254 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9ec5d89cb83c9caa078c77158ca2459614ed1eb;p=thirdparty%2Fcurl.git tests/certs: drop the empty .dhp files They are not used for anything. Closes #16576 --- 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