summaryrefslogtreecommitdiff
path: root/lib/libcrypto/rc4
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-04-17 10:24:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-04-17 10:24:09 +0000
commitf7554628e9af121a4fe651e1afe260420f9e7e72 (patch)
tree390bc7abc77a6d8281e50c35ecf92dc1286b09a1 /lib/libcrypto/rc4
parent8c86f7bf0f891c0bd0bee46bb31b92d8254c96d7 (diff)
unistd.h is always in the same place; no need to #include the result of
a maze of conditional #define's
Diffstat (limited to 'lib/libcrypto/rc4')
-rw-r--r--lib/libcrypto/rc4/rc4speed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/rc4/rc4speed.c b/lib/libcrypto/rc4/rc4speed.c
index 0ebd38123d0..a1207231fa9 100644
--- a/lib/libcrypto/rc4/rc4speed.c
+++ b/lib/libcrypto/rc4/rc4speed.c
@@ -66,7 +66,7 @@
#include <stdio.h>
#include <openssl/e_os2.h>
-#include OPENSSL_UNISTD_IO
+#include <unistd.h>
OPENSSL_DECLARE_EXIT
#ifndef OPENSSL_SYS_NETWARE