]> git.pld-linux.org Git - packages/stunnel.git/blame - stunnel-gen-cert.patch
- updated to 4.04
[packages/stunnel.git] / stunnel-gen-cert.patch
CommitLineData
822cdd24 1--- stunnel-3.22/Makefile.in.orig Mon Jan 7 14:16:47 2002
2+++ stunnel-3.22/Makefile.in Mon Jan 7 14:18:15 2002
3@@ -103,7 +103,7 @@
4 $(OBJS): Makefile $(HEADERS)
f35e365a
JR
5
6 stunnel.pem: stunnel.cnf
822cdd24 7- $(openssl) req -new -x509 -days 365 -nodes \
8+ echo -e "\n\n\n\n\n\n" | $(openssl) req -new -x509 -days 365 -nodes \
f35e365a 9 -config stunnel.cnf -out stunnel.pem -keyout stunnel.pem
822cdd24 10 test $(NO_DH) -eq 1 || test ! -f $(RANDOM_FILE) || \
11 $(openssl) gendh -rand $(RANDOM_FILE) 512 >> stunnel.pem
This page took 0.025418 seconds and 4 git commands to generate.