From 3fbbc10c3d88e1536d26ef0ba52dedea3e37ec39 Mon Sep 17 00:00:00 2001 From: matthew <> Date: Thu, 17 Apr 2014 21:11:28 +0000 Subject: OpenBSD isn't NetWare or Windows, and it has SIGPIPE. ok lteo miod --- src/lib/libssl/src/apps/apps.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/lib') 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; #endif -#ifndef OPENSSL_SYS_NETWARE #include -#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; -- cgit v1.2.3-55-g6feb