diff options
author | 2014-04-16 02:50:09 +0000 | |
---|---|---|
committer | 2014-04-16 02:50:09 +0000 | |
commit | 26582f515915b51f8c85650db08d2561cca7b804 (patch) | |
tree | 5d643edefe4ee6999873029d469c88d2ec5e88f5 /lib/libssl/src/apps/s_time.c | |
parent | Remove non-posix support. Why is OPENSSL_isservice even here? (diff) | |
download | wireguard-openbsd-26582f515915b51f8c85650db08d2561cca7b804.tar.xz wireguard-openbsd-26582f515915b51f8c85650db08d2561cca7b804.zip |
first round of unifdef hammering
Diffstat (limited to 'lib/libssl/src/apps/s_time.c')
-rw-r--r-- | lib/libssl/src/apps/s_time.c | 8 |
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 } /*********************************************************************** |