From e766a681aa4df604b20ce2d23cd131b74af9eaf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Wed, 9 Jun 1999 13:23:38 +0000 Subject: Some pre-POSIX systems don't have unistd.h (but e.g. lib.c). Allow configuring the name of that header file. --- crypto/rc2/rc2speed.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'crypto/rc2') diff --git a/crypto/rc2/rc2speed.c b/crypto/rc2/rc2speed.c index 5e747c9265..c3da63e77e 100644 --- a/crypto/rc2/rc2speed.c +++ b/crypto/rc2/rc2speed.c @@ -64,12 +64,11 @@ #endif #include -#ifndef MSDOS -#include -#else -#include -extern int exit(); -#endif + +#include +#include OPENSSL_UNISTD_IO +OPENSSL_DECLARE_EXIT + #include #ifndef _IRIX #include -- cgit v1.2.3