Update stunnel to 4.25 (#3657)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11683 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2008-07-06 11:09:56 +00:00
parent c978dcf2ee
commit 47280b7874
5 changed files with 49 additions and 49 deletions

View File

@ -1,7 +1,6 @@
diff -baurN stunnel-4.16.orig/src/options.c stunnel-4.16/src/options.c
--- stunnel-4.16.orig/src/options.c 2006-11-03 16:50:59.000000000 +0100
+++ stunnel-4.16/src/options.c 2006-11-03 16:51:47.000000000 +0100
@@ -957,8 +957,10 @@
--- a/src/options.c
+++ b/src/options.c
@@ -1127,8 +1127,10 @@
section->client_method=SSLv23_client_method;
section->server_method=SSLv23_server_method;
} else if(!strcasecmp(arg, "SSLv2")) {