summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2002-09-16 21:42:51 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2002-09-16 21:42:51 +0000
commit97a1d26f4347c5a4c37f7dd3725e5a8d6ed6ee19 (patch)
treea753721a38bc545a42cebe6af67086cc17c6e52a /lib
parent97c43fae9e224184c927deac2d3988f68edbd998 (diff)
add -elapsed to usage() for USE_TOD, too
Diffstat (limited to 'lib')
-rw-r--r--lib/libssl/src/apps/speed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/apps/speed.c b/lib/libssl/src/apps/speed.c
index fea0ffe2cfa..b9ab4cfcb91 100644
--- a/lib/libssl/src/apps/speed.c
+++ b/lib/libssl/src/apps/speed.c
@@ -861,7 +861,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");