freebsd-ports/security/stunnel/files/patch-ad
Steve Price 6414c009c8 Use non-blocking I/O by default.
PR:		21513
Submitted by:	Mike Harding <mvh@ix.netcom.com>
2001-02-26 03:39:30 +00:00

12 lines
281 B
Plaintext

--- 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