summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rc5/rc5speed.c
diff options
context:
space:
mode:
authorderaadt <>2014-04-17 10:24:08 +0000
committerderaadt <>2014-04-17 10:24:08 +0000
commite1c9790d5b31ddc53b21bf7598e4785f2f494a20 (patch)
tree89162cd9b56786344ca6670371387c1aeed65c6d /src/lib/libcrypto/rc5/rc5speed.c
parent5e7dbe782394754016d51060177a12650b3e8dd3 (diff)
downloadopenbsd-e1c9790d5b31ddc53b21bf7598e4785f2f494a20.tar.gz
openbsd-e1c9790d5b31ddc53b21bf7598e4785f2f494a20.tar.bz2
openbsd-e1c9790d5b31ddc53b21bf7598e4785f2f494a20.zip
unistd.h is always in the same place; no need to #include the result of
a maze of conditional #define's
Diffstat (limited to 'src/lib/libcrypto/rc5/rc5speed.c')
-rw-r--r--src/lib/libcrypto/rc5/rc5speed.c2
1 files changed, 1 insertions, 1 deletions
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 @@
66#include <stdio.h> 66#include <stdio.h>
67 67
68#include <openssl/e_os2.h> 68#include <openssl/e_os2.h>
69#include OPENSSL_UNISTD_IO 69#include <unistd.h>
70OPENSSL_DECLARE_EXIT 70OPENSSL_DECLARE_EXIT
71 71
72#ifndef OPENSSL_SYS_NETWARE 72#ifndef OPENSSL_SYS_NETWARE