X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=crypto%2Ftmdiff.c;h=7ebf2b202a08096ad7d221b7c1ef5a321fae5241;hb=4598be561aa9fd15228cc449f616902beb795184;hp=aea47598adc51c5c47c5694dc6da80a47689f930;hpb=af5db47e996ca1baf88ad89bfa95743ac42da878;p=oweals%2Fopenssl.git 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;