From 6414c009c8b59670fed567d16ceb44a0fe3f4a6b Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 26 Feb 2001 03:39:30 +0000 Subject: Use non-blocking I/O by default. PR: 21513 Submitted by: Mike Harding --- security/stunnel/files/patch-ad | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/stunnel/files/patch-ad (limited to 'security/stunnel/files/patch-ad') diff --git a/security/stunnel/files/patch-ad b/security/stunnel/files/patch-ad new file mode 100644 index 000000000000..16f2e1c1c63c --- /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 + -- cgit v1.2.3