typo (?)
authorDr. Stephen Henson <steve@openssl.org>
Thu, 14 Feb 2002 18:52:37 +0000 (18:52 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 14 Feb 2002 18:52:37 +0000 (18:52 +0000)
crypto/tmdiff.c

index aea47598adc51c5c47c5694dc6da80a47689f930..7ebf2b202a08096ad7d221b7c1ef5a321fae5241 100644 (file)
@@ -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;