projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e33db9
)
-elapsed is also useful when using gettimeofday
author
Richard Levitte
<levitte@openssl.org>
Wed, 25 Sep 2002 12:42:04 +0000
(12:42 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 25 Sep 2002 12:42:04 +0000
(12:42 +0000)
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index fea0ffe2cfae09c9af8f4a9d4c3b125be31148c6..b9ab4cfcb911d8fdc8486dcd81ed6811a809665b 100644
(file)
--- a/
apps/speed.c
+++ b/
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");
-#if
def 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");