From: Richard Levitte Date: Wed, 25 Sep 2002 12:42:12 +0000 (+0000) Subject: -elapsed is also useful when using gettimeofday X-Git-Tag: OpenSSL_0_9_6h~92 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=927e75f60a3f8428b6c939f2480dc1ab9349fda0;p=oweals%2Fopenssl.git -elapsed is also useful when using gettimeofday --- diff --git a/apps/speed.c b/apps/speed.c index f73deba790..9fb0aa1991 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -689,7 +689,7 @@ int MAIN(int argc, char **argv) BIO_printf(bio_err,"\n"); #endif -#ifdef TIMES +#if defined(TIMES) || defined(USE_TOD) BIO_printf(bio_err,"\n"); BIO_printf(bio_err,"Available options:\n"); BIO_printf(bio_err,"-elapsed measure time in real time instead of CPU user time.\n");