diff options
-rw-r--r-- | security/stunnel/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/stunnel/files/patch-ad b/security/stunnel/files/patch-ad new file mode 100644 index 0000000..16f2e1c --- /dev/null +++ b/security/stunnel/files/patch-ad @@ -0,0 +1,11 @@ +--- ssl.c.orig Sun Feb 25 14:16:43 2001 ++++ ssl.c Sun Feb 25 14:16:51 2001 +@@ -28,7 +28,7 @@ + + /* Non-blocking sockets are disabled by default */ + /* It works on most systems so feel free to uncomment the next line */ +-/* #define USE_NBIO */ ++#define USE_NBIO + + #ifndef NO_RSA + |