diff options
author | lloyd <[email protected]> | 2010-06-01 19:14:53 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-01 19:14:53 +0000 |
commit | 97f966b10e725e0d1aca60406be12c5a0215498e (patch) | |
tree | 61a60cf6402caa971370cbe016279de1597e96cf /src/ssl | |
parent | 8c874d4213e13e92b050dbb5ee9268ce73118c8f (diff) |
OpenBSD doesn't have MSG_NOSIGNAL; you need to set up a signal handler
to catch SIGPIPE instead. Simply avoid building the unix_socket module
there.
Yet another reason to move to a fully async/event-based interface that
doesn't interact with sockets directly.
Diffstat (limited to 'src/ssl')
-rw-r--r-- | src/ssl/unix_socket/info.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ssl/unix_socket/info.txt b/src/ssl/unix_socket/info.txt index 205d0c700..15fc50f5b 100644 --- a/src/ssl/unix_socket/info.txt +++ b/src/ssl/unix_socket/info.txt @@ -16,6 +16,5 @@ ssl linux freebsd netbsd -openbsd solaris </os> |