stunnel/stunnel-4.20-makefile.patch

12 lines
485 B
Diff
Raw Permalink Normal View History

--- stunnel-4.20/tools/Makefile.in 2006-11-11 15:58:22.000000000 +0100
+++ stunnel-4.20/tools/Makefile.in.noask 2006-12-19 09:37:47.000000000 +0100
@@ -382,7 +382,7 @@
else \
RND=""; \
fi; \
- $(openssl) req -new -x509 -days 365 -nodes $$RND \
+ echo -e "\n\n\n\n\n\n" | $(openssl) req -new -x509 -days 365 -nodes $$RND \
-config $(srcdir)/stunnel.cnf \
-out stunnel.pem -keyout stunnel.pem; \
test -z "$(USE_DH)" || $(openssl) gendh $$RND 512 >> stunnel.pem; \