summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/src/apps/speed.c2
1 files changed, 1 insertions, 1 deletions
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)
861 861
862 BIO_printf(bio_err,"\n"); 862 BIO_printf(bio_err,"\n");
863 BIO_printf(bio_err,"Available options:\n"); 863 BIO_printf(bio_err,"Available options:\n");
864#ifdef TIMES 864#if defined(TIMES) || defined(USE_TOD)
865 BIO_printf(bio_err,"-elapsed measure time in real time instead of CPU user time.\n"); 865 BIO_printf(bio_err,"-elapsed measure time in real time instead of CPU user time.\n");
866#endif 866#endif
867 BIO_printf(bio_err,"-engine e use engine e, possibly a hardware device.\n"); 867 BIO_printf(bio_err,"-engine e use engine e, possibly a hardware device.\n");