diff options
author | steve <steve@FreeBSD.org> | 2001-02-26 03:39:30 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-26 03:39:30 +0000 |
commit | 4ed0784b49ab8e6b744e6f57f010a4238fa18f61 (patch) | |
tree | b012e85b25a15d9acdb88b15c8bc33cb255bc2bd /security/stunnel/files | |
parent | 907a2e5ee62c3c5f95e88ff5c3e58847a061ff13 (diff) | |
download | FreeBSD-ports-4ed0784b49ab8e6b744e6f57f010a4238fa18f61.zip FreeBSD-ports-4ed0784b49ab8e6b744e6f57f010a4238fa18f61.tar.gz |
Use non-blocking I/O by default.
PR: 21513
Submitted by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'security/stunnel/files')
-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 + |