From 9b91e594d31a0b2d1b8e949eb27c0e25f7d1d2a4 Mon Sep 17 00:00:00 2001 From: markus <> Date: Mon, 16 Sep 2002 21:42:50 +0000 Subject: add -elapsed to usage() for USE_TOD, too --- src/lib/libssl/src/apps/speed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) 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"); -- cgit v1.2.3-55-g6feb