summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-03-14 09:52:03 +0000
committerBodo Möller <bodo@openssl.org>2002-03-14 09:52:03 +0000
commit690ecff7953193cc8e66b588216805f3014df778 (patch)
treec21fb14c3d0b01ae50dd4c9d8a485b8824d78e35 /apps/speed.c
parent234c73767daf1dfadbdbff3f884d7cfffff2846c (diff)
Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.
Fix dsaparam usage output. Submitted by: Nils Larsch
Diffstat (limited to 'apps/speed.c')
-rw-r--r--apps/speed.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/speed.c b/apps/speed.c
index b451a49af3..e817a0df15 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -372,11 +372,10 @@ int MAIN(int argc, char **argv)
ENGINE *e = NULL;
unsigned char *buf=NULL,*buf2=NULL;
int mret=1;
- long count=0,save_count=0;
+ long count=0,save_count=0, rsa_count;
int i,j,k;
#ifndef OPENSSL_NO_RSA
unsigned rsa_num;
- long rsa_count;
#endif
unsigned char md[EVP_MAX_MD_SIZE];
#ifndef OPENSSL_NO_MD2