aboutsummaryrefslogtreecommitdiffstats
path: root/ossl.c
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-08-07 14:39:39 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-08-07 14:39:39 +0000
commit6055b013a201dfc39721db240bd910e4506569d6 (patch)
tree72cd4bb6191938415d26c27391ad9782e490540d /ossl.c
parent9a23b029ae5fe6d03597ff8835a48e8e7ef82988 (diff)
downloadruby-openssl-history-6055b013a201dfc39721db240bd910e4506569d6.tar.gz
ssl.c: Check_Type => OSSL_Check_Kind fixes
Diffstat (limited to 'ossl.c')
-rw-r--r--ossl.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/ossl.c b/ossl.c
index 49cfbf8..08ad4a7 100644
--- a/ossl.c
+++ b/ossl.c
@@ -37,17 +37,6 @@ struct timeval {
# include <time.h>
#endif
-#if defined(HAVE_SYS_TIME_H)
-# include <time.h>
-#else
-#ifndef NT
-struct timeval {
- long tv_sec; /* seconds */
- long tv_usec; /* and microseconds */
-};
-#endif /* NT */
-#endif
-
/*
* Check Types
*/