aboutsummaryrefslogtreecommitdiffstats
path: root/main/pound/dhparam.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/pound/dhparam.patch')
-rw-r--r--main/pound/dhparam.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/main/pound/dhparam.patch b/main/pound/dhparam.patch
deleted file mode 100644
index 318789dd50d..00000000000
--- a/main/pound/dhparam.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- Pound-2.8.orig/Makefile.in
-+++ Pound-2.8/Makefile.in
-@@ -46,10 +46,10 @@
- ${CC} @LDFLAGS@ -o poundctl poundctl.o $(LIBS)
-
- dh512.h:
-- openssl dhparam -5 -C -noout 512 > dh512.h
-+ openssl1.1 dhparam -5 -C -noout 512 > dh512.h
-
- dh@C_DH_LEN@.h:
-- openssl dhparam -5 -C -noout @C_DH_LEN@ > dh@C_DH_LEN@.h
-+ openssl1.1 dhparam -5 -C -noout @C_DH_LEN@ > dh@C_DH_LEN@.h
-
- svc.o: svc.c dh512.h dh@C_DH_LEN@.h
- ${CC} ${CFLAGS} -c -o svc.o svc.c