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/ssl.c stunnel-4.16/src/ssl.c
--- stunnel-4.16.orig/src/ssl.c 2006-11-03 16:49:02.000000000 +0100
+++ stunnel-4.16/src/ssl.c 2006-11-03 16:50:16.000000000 +0100
@@ -55,13 +55,16 @@
--- a/src/ssl.c
+++ b/src/ssl.c
@@ -62,13 +62,16 @@
}
void ssl_configure(void) { /* configure global SSL settings */
@ -18,8 +17,8 @@ diff -baurN stunnel-4.16.orig/src/ssl.c stunnel-4.16/src/ssl.c
int id=0;
COMP_METHOD *cm=NULL;
char *name="unknown";
@@ -90,6 +93,7 @@
exit(1);
@@ -97,6 +100,7 @@
die(1);
}
s_log(LOG_INFO, "Compression enabled using %s method", name);
+#endif