summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-11-06 11:58:22 +0000
committerAndy Polyakov <appro@openssl.org>2005-11-06 11:58:22 +0000
commitf5301388766a1e30a377cb131cfa5fba782bda0b (patch)
tree7c1dcd98946ec1b81069cd414c4378df4b5632aa /apps/speed.c
parent0a39d8f2074aa96b48a76e01bd246f6beb778439 (diff)
Fix newly introduced typos and warnings in ./apps.
Diffstat (limited to 'apps/speed.c')
-rw-r--r--apps/speed.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/speed.c b/apps/speed.c
index 75c34760f4..9b8365c44f 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -183,7 +183,6 @@
#define BUFSIZE ((long)1024*8+1)
int run=0;
-static char ftime_used = 0, times_used = 0, gettimeofday_used = 0, getrusage_used = 0;
static int mr=0;
static int usertime=1;
@@ -1050,11 +1049,6 @@ int MAIN(int argc, char **argv)
if (usertime == 0 && !mr)
BIO_printf(bio_err,"You have chosen to measure elapsed time instead of user CPU time.\n");
- if (usertime <= 0 && !mr)
- {
- BIO_printf(bio_err,"To get the most accurate results, try to run this\n");
- BIO_printf(bio_err,"program when this computer is idle.\n");
- }
#ifndef OPENSSL_NO_RSA
for (i=0; i<RSA_NUM; i++)