]> git.pld-linux.org Git - packages/stunnel.git/blobdiff - stunnel-am.patch
- updated to 4.39
[packages/stunnel.git] / stunnel-am.patch
index f8903bbdef964a9fa72ec3ac3797566e17eb4a84..882a3d673028bfe08c73726c1da43c70259144cb 100644 (file)
@@ -4,8 +4,8 @@
                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 \
+-              $(openssl) req -new -x509 -days 365 $$RND \
++              echo -e "\n\n\n\n\n\n" | $(openssl) req -new -x509 -days 365 $$RND \
                        -config $(srcdir)/stunnel.cnf \
                        -out stunnel.pem -keyout stunnel.pem; \
-               test $(USE_DH) -eq 0 || $(openssl) gendh $$RND 512 >> stunnel.pem; \
+               $(openssl) gendh $$RND 1024 >> stunnel.pem; \
This page took 0.249917 seconds and 4 git commands to generate.