FreeBSD only supports ftime() through libcompat, which means it's
authorRichard Levitte <levitte@openssl.org>
Tue, 19 Sep 2000 16:13:38 +0000 (16:13 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 19 Sep 2000 16:13:38 +0000 (16:13 +0000)
better not to use it.

apps/speed.c

index 50ba3b0b886fadb4443fcb1d387087cab9e311d8..507b63b97f594bc8842cac1a0eb7e6fc95e2b2a9 100644 (file)
@@ -87,7 +87,7 @@
 #elif !defined(MSDOS) && (!defined(VMS) || defined(__DECC))
 # define TIMES
 #endif
-#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi)
+#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi) && !defined(__FreeBSD__)
 # define TIMEB
 #endif