summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-02-16 11:58:16 +0000
committerRichard Levitte <levitte@openssl.org>2002-02-16 11:58:16 +0000
commit48b5083ca00fa1007ae7f279eaf0ab30e4da1fe8 (patch)
tree4332eb32aba76172dd1fab9f3fe8d9f807949b89 /crypto
parentcd6461867484ef0fc3fdd1840e08027c6e526c12 (diff)
Missing #endif
Diffstat (limited to 'crypto')
-rw-r--r--crypto/tmdiff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/tmdiff.c b/crypto/tmdiff.c
index aea47598ad..7ebf2b202a 100644
--- a/crypto/tmdiff.c
+++ b/crypto/tmdiff.c
@@ -228,6 +228,7 @@ int ms_time_cmp(char *ap, char *bp)
d= (double)(b->ms_timeb.time-a->ms_timeb.time)+
(((double)b->ms_timeb.millitm)-(double)a->ms_timeb.millitm)/1000.0;
# endif
+# endif
#endif
if (d == 0.0)
ret=0;