summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps/s_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/apps/s_time.c')
-rw-r--r--lib/libssl/src/apps/s_time.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/libssl/src/apps/s_time.c b/lib/libssl/src/apps/s_time.c
index f9fcf7d374f..1ec2a975c64 100644
--- a/lib/libssl/src/apps/s_time.c
+++ b/lib/libssl/src/apps/s_time.c
@@ -81,9 +81,7 @@
#include "winmain.h"
#include "wintext.h"
#endif
-#if !defined(OPENSSL_SYS_MSDOS)
#include OPENSSL_UNISTD
-#endif
#undef PROG
#define PROG s_time_main
@@ -134,9 +132,6 @@ static int perform=0;
#ifdef FIONBIO
static int t_nbio=0;
#endif
-#ifdef OPENSSL_SYS_WIN32
-static int exitNow = 0; /* Set when it's time to exit main */
-#endif
static void s_time_init(void)
{
@@ -158,9 +153,6 @@ static void s_time_init(void)
#ifdef FIONBIO
t_nbio=0;
#endif
-#ifdef OPENSSL_SYS_WIN32
- exitNow = 0; /* Set when it's time to exit main */
-#endif
}
/***********************************************************************