-elapsed is also useful when using gettimeofday
authorRichard Levitte <levitte@openssl.org>
Wed, 25 Sep 2002 12:42:12 +0000 (12:42 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 25 Sep 2002 12:42:12 +0000 (12:42 +0000)
apps/speed.c

index f73deba790add304bf3399ce29c0ff283ae723e4..9fb0aa19912c9ed744cf3d07c61ef0c6617c1a15 100644 (file)
@@ -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");