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

index 84e8f98e8706d9096454591a4ca68c88d901ec04..a8a375ff2d49302a7f09dbe92a745258cee09eaa 100644 (file)
@@ -1070,7 +1070,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");