aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-12-02 18:50:31 +0000
committerUlf Möller <ulf@openssl.org>2000-12-02 18:50:31 +0000
commite0c875081e39c6e9e67327fb4678c3f34ff50042 (patch)
tree247a72faaf847837d9738117a3b92d9e3aff5e01 /apps
parentea1b7fe6d448e5366249a5d9a2a31994bdce3d2a (diff)
downloadopenssl-e0c875081e39c6e9e67327fb4678c3f34ff50042.tar.gz
remember the problem with ftime()
Diffstat (limited to 'apps')
-rw-r--r--apps/speed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/speed.c b/apps/speed.c
index ee520baa97..1634498c75 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -90,7 +90,7 @@
#elif !defined(MSDOS) && (!defined(VMS) || defined(__DECC))
# define TIMES
#endif
-#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi) && !defined(__FreeBSD__) && !(defined(__bsdi) || defined(__bsdi__)) && !defined(_AIX) && !defined(MPE) && !defined(__NetBSD__)
+#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi) && !defined(__FreeBSD__) && !(defined(__bsdi) || defined(__bsdi__)) && !defined(_AIX) && !defined(MPE) && !defined(__NetBSD__) /* FIXME */
# define TIMEB
#endif