From 50a3fef3b6e05ce53175dbc182232e5c3b0defbf 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/rc5/rc5speed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/rc5') diff --git a/src/lib/libcrypto/rc5/rc5speed.c b/src/lib/libcrypto/rc5/rc5speed.c index 8e363be535..3bcc8f49c0 100644 --- a/src/lib/libcrypto/rc5/rc5speed.c +++ b/src/lib/libcrypto/rc5/rc5speed.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