From e1c9790d5b31ddc53b21bf7598e4785f2f494a20 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Thu, 17 Apr 2014 10:24:08 +0000 Subject: unistd.h is always in the same place; no need to #include the result of a maze of conditional #define's --- src/lib/libcrypto/bf/bf_opts.c | 2 +- src/lib/libcrypto/bf/bfspeed.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/bf') diff --git a/src/lib/libcrypto/bf/bf_opts.c b/src/lib/libcrypto/bf/bf_opts.c index 1721bb99b4..7a2a8b571c 100644 --- a/src/lib/libcrypto/bf/bf_opts.c +++ b/src/lib/libcrypto/bf/bf_opts.c @@ -66,7 +66,7 @@ #include #include -#include OPENSSL_UNISTD_IO +#include OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE diff --git a/src/lib/libcrypto/bf/bfspeed.c b/src/lib/libcrypto/bf/bfspeed.c index c41ef3b403..4fbf81d00c 100644 --- a/src/lib/libcrypto/bf/bfspeed.c +++ b/src/lib/libcrypto/bf/bfspeed.c @@ -66,7 +66,7 @@ #include #include -#include OPENSSL_UNISTD_IO +#include OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE -- cgit v1.2.3-55-g6feb