Reviewed-by: Richard Levitte <levitte@openssl.org>
* C implementation based on the original Perl and shell versions
*
* Copyright (c) 2013-2014 Timo Teräs <timo.teras@iki.fi>
- * All rights reserved.
*/
/* ====================================================================
* Copyright (c) 2015 The OpenSSL Project. All rights reserved.
#include "apps.h"
-#ifdef unix
+#if defined(unix) || defined(__APPLE__)
# include <unistd.h>
# include <stdio.h>
# include <limits.h>
return (1);
}
-#endif
+#endif /* defined(unix) || defined(__APPLE__) */