summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/rc2/rc2speed.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-04-17 10:24:08 +0000
committerderaadt <deraadt@openbsd.org>2014-04-17 10:24:08 +0000
commitd4570f9598e8c7a5dffa25307a79b1ca7569c28e (patch)
tree3288bd54dce092f774c9cf5c26a528c1c14cdb56 /lib/libcrypto/rc2/rc2speed.c
parentminimal fix for ', ' issue in jsing's indent script (diff)
downloadwireguard-openbsd-d4570f9598e8c7a5dffa25307a79b1ca7569c28e.tar.xz
wireguard-openbsd-d4570f9598e8c7a5dffa25307a79b1ca7569c28e.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 'lib/libcrypto/rc2/rc2speed.c')
-rw-r--r--lib/libcrypto/rc2/rc2speed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/rc2/rc2speed.c b/lib/libcrypto/rc2/rc2speed.c
index 85cf6f65bf1..31bfc453f5c 100644
--- a/lib/libcrypto/rc2/rc2speed.c
+++ b/lib/libcrypto/rc2/rc2speed.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