[packages] stunnel: update to 4.33 (closes: #7296)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21439 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2010-05-13 00:47:17 +00:00
parent f8f869b6cc
commit 17628c1113
8 changed files with 68 additions and 4739 deletions

View File

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