projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd64618
)
Missing #endif
author
Richard Levitte
<levitte@openssl.org>
Sat, 16 Feb 2002 11:58:16 +0000
(11:58 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 16 Feb 2002 11:58:16 +0000
(11:58 +0000)
crypto/tmdiff.c
patch
|
blob
|
history
diff --git
a/crypto/tmdiff.c
b/crypto/tmdiff.c
index aea47598adc51c5c47c5694dc6da80a47689f930..7ebf2b202a08096ad7d221b7c1ef5a321fae5241 100644
(file)
--- 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;