summaryrefslogtreecommitdiffstats
path: root/security/stunnel/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2001-02-26 03:39:30 +0000
committersteve <steve@FreeBSD.org>2001-02-26 03:39:30 +0000
commit4ed0784b49ab8e6b744e6f57f010a4238fa18f61 (patch)
treeb012e85b25a15d9acdb88b15c8bc33cb255bc2bd /security/stunnel/files
parent907a2e5ee62c3c5f95e88ff5c3e58847a061ff13 (diff)
downloadFreeBSD-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-ad11
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
+
OpenPOWER on IntegriCloud