summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2002-09-16 21:42:50 +0000
committermarkus <markus@openbsd.org>2002-09-16 21:42:50 +0000
commite73971156d8369589050c24cd4aa83a371ecb500 (patch)
tree8a96728209a447798a84c031034d0b66be9c52c3 /lib/libssl/src
parentmore details on X11Forwarding security issues and threats; ok markus@ (diff)
downloadwireguard-openbsd-e73971156d8369589050c24cd4aa83a371ecb500.tar.xz
wireguard-openbsd-e73971156d8369589050c24cd4aa83a371ecb500.zip
add -elapsed to usage() for USE_TOD, too
Diffstat (limited to 'lib/libssl/src')
-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");