summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormatthew <>2014-04-17 21:11:28 +0000
committermatthew <>2014-04-17 21:11:28 +0000
commit1d89e363ebe515cf1b2d2cd9bda5fe592a526c45 (patch)
tree40989098c0b7ecd1a40b98d08486a9b48abfc1bd /src
parent3d21dfb25041de017feab563fd52b9b81f66e2ff (diff)
downloadopenbsd-1d89e363ebe515cf1b2d2cd9bda5fe592a526c45.tar.gz
openbsd-1d89e363ebe515cf1b2d2cd9bda5fe592a526c45.tar.bz2
openbsd-1d89e363ebe515cf1b2d2cd9bda5fe592a526c45.zip
OpenBSD isn't NetWare or Windows, and it has SIGPIPE.
ok lteo miod
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/src/apps/apps.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lib/libssl/src/apps/apps.h b/src/lib/libssl/src/apps/apps.h
index 02af317651..b2e78e12fb 100644
--- a/src/lib/libssl/src/apps/apps.h
+++ b/src/lib/libssl/src/apps/apps.h
@@ -158,15 +158,9 @@ extern BIO *bio_err;
158 158
159#endif 159#endif
160 160
161#ifndef OPENSSL_SYS_NETWARE
162#include <signal.h> 161#include <signal.h>
163#endif
164 162
165#ifdef SIGPIPE
166#define do_pipe_sig() signal(SIGPIPE,SIG_IGN) 163#define do_pipe_sig() signal(SIGPIPE,SIG_IGN)
167#else
168#define do_pipe_sig()
169#endif
170 164
171#ifdef OPENSSL_NO_COMP 165#ifdef OPENSSL_NO_COMP
172#define zlib_cleanup() 166#define zlib_cleanup()
@@ -204,12 +198,7 @@ extern BIO *bio_err;
204# endif 198# endif
205#endif 199#endif
206 200
207#ifdef OPENSSL_SYSNAME_WIN32
208# define openssl_fdset(a,b) FD_SET((unsigned int)a, b)
209#else
210# define openssl_fdset(a,b) FD_SET(a, b) 201# define openssl_fdset(a,b) FD_SET(a, b)
211#endif
212
213 202
214typedef struct args_st { 203typedef struct args_st {
215 char **data; 204 char **data;