From: Dr. Stephen Henson Date: Thu, 14 Feb 2002 18:52:37 +0000 (+0000) Subject: typo (?) X-Git-Tag: OpenSSL_0_9_7-beta1~232 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4598be561aa9fd15228cc449f616902beb795184;p=oweals%2Fopenssl.git typo (?) --- 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;