[package] update stunnel to 4.29 (#6324)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18703 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-12-08 19:42:55 +00:00
parent 77f06d16cb
commit 3407cda55e
8 changed files with 121 additions and 70 deletions

View File

@ -1,6 +1,6 @@
--- a/src/options.c
+++ b/src/options.c
@@ -1166,8 +1166,10 @@ static char *service_options(CMD cmd, LO
@@ -1198,8 +1198,10 @@ static char *service_options(CMD cmd, LO
section->client_method=(SSL_METHOD *)SSLv23_client_method();
section->server_method=(SSL_METHOD *)SSLv23_server_method();
} else if(!strcasecmp(arg, "SSLv2")) {