summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-03-01 14:01:27 +0000
committerBodo Möller <bodo@openssl.org>2002-03-01 14:01:27 +0000
commitf85b14c4ba8e7b845a09400d4096a00de52053b1 (patch)
treed07df2f40ddcb3fc6ad902335931079c9d368efc /crypto
parentec208566227852ab98661cde158a4a80630ebce2 (diff)
add missing '#endif'
Submitted by: Oscar Jacobsson <oscar@jacobsson.org>
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 a10251a2ae..830092210f 100644
--- a/crypto/tmdiff.c
+++ b/crypto/tmdiff.c
@@ -234,6 +234,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;