diff options
-rw-r--r-- | src/lib/libssl/src/apps/apps.h | 11 |
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 | ||
214 | typedef struct args_st { | 203 | typedef struct args_st { |
215 | char **data; | 204 | char **data; |