diff options
author | markus <> | 2002-09-16 21:42:50 +0000 |
---|---|---|
committer | markus <> | 2002-09-16 21:42:50 +0000 |
commit | 9b91e594d31a0b2d1b8e949eb27c0e25f7d1d2a4 (patch) | |
tree | 77bc0058b3663e55c0016650ecc1551a2ef05d7f /src | |
parent | 4d6389cd9417e0c5eb63bd6c309c70ce1850e3cc (diff) | |
download | openbsd-9b91e594d31a0b2d1b8e949eb27c0e25f7d1d2a4.tar.gz openbsd-9b91e594d31a0b2d1b8e949eb27c0e25f7d1d2a4.tar.bz2 openbsd-9b91e594d31a0b2d1b8e949eb27c0e25f7d1d2a4.zip |
add -elapsed to usage() for USE_TOD, too
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/src/apps/speed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/apps/speed.c b/src/lib/libssl/src/apps/speed.c index fea0ffe2cf..b9ab4cfcb9 100644 --- a/src/lib/libssl/src/apps/speed.c +++ b/src/lib/libssl/src/apps/speed.c | |||
@@ -861,7 +861,7 @@ int MAIN(int argc, char **argv) | |||
861 | 861 | ||
862 | BIO_printf(bio_err,"\n"); | 862 | BIO_printf(bio_err,"\n"); |
863 | BIO_printf(bio_err,"Available options:\n"); | 863 | BIO_printf(bio_err,"Available options:\n"); |
864 | #ifdef TIMES | 864 | #if defined(TIMES) || defined(USE_TOD) |
865 | BIO_printf(bio_err,"-elapsed measure time in real time instead of CPU user time.\n"); | 865 | BIO_printf(bio_err,"-elapsed measure time in real time instead of CPU user time.\n"); |
866 | #endif | 866 | #endif |
867 | BIO_printf(bio_err,"-engine e use engine e, possibly a hardware device.\n"); | 867 | BIO_printf(bio_err,"-engine e use engine e, possibly a hardware device.\n"); |