From: Richard Levitte Date: Sat, 16 Feb 2002 11:58:16 +0000 (+0000) Subject: Missing #endif X-Git-Tag: OpenSSL_0_9_6d~20^2~170 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=48b5083ca00fa1007ae7f279eaf0ab30e4da1fe8;p=oweals%2Fopenssl.git Missing #endif --- 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;