From 6b10d29c1ac7dd4054cdb72e881d3e0213fb7ef0 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 20 Jun 2019 17:07:25 -0400 Subject: Remove NextStep support Because of that we can remove OPENSSL_UNISTD and some other macros from e_os2.h and opensslconf.h Reviewed-by: Tim Hudson Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/9204) --- apps/s_time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/s_time.c') diff --git a/apps/s_time.c b/apps/s_time.c index e436b57ad0..39e3d4bb48 100644 --- a/apps/s_time.c +++ b/apps/s_time.c @@ -24,7 +24,7 @@ #include #include #if !defined(OPENSSL_SYS_MSDOS) -# include OPENSSL_UNISTD +# include #endif #define SSL_CONNECT_NAME "localhost:4433" -- cgit v1.2.3