]> git.pld-linux.org Git - packages/stunnel.git/blob - stunnel-am.patch
- updated to 4.10, updated am patch; needs some testing
[packages/stunnel.git] / stunnel-am.patch
1 --- stunnel-4.10/tools/Makefile.am.orig 2005-03-26 21:38:01.000000000 +0100
2 +++ stunnel-4.10/tools/Makefile.am      2005-05-11 13:30:00.000000000 +0200
3 @@ -20,7 +20,7 @@
4                 else \
5                         RND=""; \
6                 fi; \
7 -               $(openssl) req -new -x509 -days 365 -nodes $$RND \
8 +               echo -e "\n\n\n\n\n\n" | $(openssl) req -new -x509 -days 365 -nodes $$RND \
9                         -config $(srcdir)/stunnel.cnf \
10                         -out stunnel.pem -keyout stunnel.pem; \
11                 test $(USE_DH) -eq 0 || $(openssl) gendh $$RND 512 >> stunnel.pem; \
This page took 0.075663 seconds and 3 git commands to generate.