This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -crB stunnel-4.54/src/client.c stunnel-4.54-patched/src/client.c | |
*** stunnel-4.54/src/client.c 2012-10-09 22:36:36.000000000 +0200 | |
--- stunnel-4.54-patched/src/client.c 2012-10-16 16:49:07.755373327 +0200 | |
*************** | |
*** 48,53 **** | |
--- 48,55 ---- | |
#define SHUT_RDWR 2 | |
#endif | |
+ #define IPLEN 40 |