1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Use non-blocking I/O by default.

PR:		21513
Submitted by:	Mike Harding <mvh@ix.netcom.com>
This commit is contained in:
Steve Price 2001-02-26 03:39:30 +00:00
parent 19bec0e53c
commit 6414c009c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38730

View File

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