Lines 1-5
Link Here
|
1 |
--- Makefile.in.orig 2018-05-11 10:16:05 UTC |
1 |
--- Makefile.in.orig 2020-01-30 11:09:31 UTC |
2 |
+++ Makefile.in |
2 |
+++ Makefile.in |
|
|
3 |
@@ -49,7 +49,7 @@ dh512.h: |
4 |
openssl dhparam -5 -C -noout 512 > dh512.h |
5 |
|
6 |
dh@C_DH_LEN@.h: |
7 |
- openssl dhparam -5 -C -noout @C_DH_LEN@ > dh@C_DH_LEN@.h |
8 |
+ openssl dhparam -dsaparam -C -noout @C_DH_LEN@ > dh@C_DH_LEN@.h |
9 |
|
10 |
svc.o: svc.c dh512.h dh@C_DH_LEN@.h |
11 |
${CC} ${CFLAGS} -c -o svc.o svc.c |
3 |
@@ -58,11 +58,11 @@ $(OBJS) poundctl.o: pound.h config.h |
12 |
@@ -58,11 +58,11 @@ $(OBJS) poundctl.o: pound.h config.h |
4 |
|
13 |
|
5 |
install: all |
14 |
install: all |