summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatthew <>2014-04-17 21:11:28 +0000
committermatthew <>2014-04-17 21:11:28 +0000
commit3fbbc10c3d88e1536d26ef0ba52dedea3e37ec39 (patch)
tree40989098c0b7ecd1a40b98d08486a9b48abfc1bd
parent83dba8f46a8d85fa607f51d18cd239d367c96b6d (diff)
downloadopenbsd-3fbbc10c3d88e1536d26ef0ba52dedea3e37ec39.tar.gz
openbsd-3fbbc10c3d88e1536d26ef0ba52dedea3e37ec39.tar.bz2
openbsd-3fbbc10c3d88e1536d26ef0ba52dedea3e37ec39.zip
OpenBSD isn't NetWare or Windows, and it has SIGPIPE.
ok lteo miod
-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;