summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew@openbsd.org>2014-04-17 21:11:28 +0000
committermatthew <matthew@openbsd.org>2014-04-17 21:11:28 +0000
commit0b476e84b6fd68ad6bffed4aec063f21216f577c (patch)
tree9b2697a73a6d0edc3cd3d491160022f1c2cd7515
parentThere are no plans to ever build this with the Metrojerks compiler. (diff)
downloadwireguard-openbsd-0b476e84b6fd68ad6bffed4aec063f21216f577c.tar.xz
wireguard-openbsd-0b476e84b6fd68ad6bffed4aec063f21216f577c.zip
OpenBSD isn't NetWare or Windows, and it has SIGPIPE.
ok lteo miod
-rw-r--r--lib/libssl/src/apps/apps.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/libssl/src/apps/apps.h b/lib/libssl/src/apps/apps.h
index 02af3176517..b2e78e12fb5 100644
--- a/lib/libssl/src/apps/apps.h
+++ b/lib/libssl/src/apps/apps.h
@@ -158,15 +158,9 @@ extern BIO *bio_err;
#endif
-#ifndef OPENSSL_SYS_NETWARE
#include <signal.h>
-#endif
-#ifdef SIGPIPE
#define do_pipe_sig() signal(SIGPIPE,SIG_IGN)
-#else
-#define do_pipe_sig()
-#endif
#ifdef OPENSSL_NO_COMP
#define zlib_cleanup()
@@ -204,12 +198,7 @@ extern BIO *bio_err;
# endif
#endif
-#ifdef OPENSSL_SYSNAME_WIN32
-# define openssl_fdset(a,b) FD_SET((unsigned int)a, b)
-#else
# define openssl_fdset(a,b) FD_SET(a, b)
-#endif
-
typedef struct args_st {
char **data;