summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-09-25 12:41:59 +0000
committerRichard Levitte <levitte@openssl.org>2002-09-25 12:41:59 +0000
commit5d9470ff8e8c030b71dcc2e02c1c43d5deb1fa72 (patch)
treebdb19f77fcd5c6eaf8437f2a05e05d5601865d41 /apps
parente78f137899af768e1e9335f080826dc9f18eb882 (diff)
-elapsed is also useful when using gettimeofday
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 84e8f98e87..a8a375ff2d 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -1070,7 +1070,7 @@ int MAIN(int argc, char **argv)
BIO_printf(bio_err,"\n");
BIO_printf(bio_err,"Available options:\n");
-#ifdef TIMES
+#if defined(TIMES) || defined(USE_TOD)
BIO_printf(bio_err,"-elapsed measure time in real time instead of CPU user time.\n");
#endif
BIO_printf(bio_err,"-engine e use engine e, possibly a hardware device.\n");