aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-01-02 12:40:38 +0000
committerRichard Levitte <levitte@openssl.org>2002-01-02 12:40:38 +0000
commit47cc5525a2227e999f53a1114bf6c2220900fa33 (patch)
tree2dbbee04f6a2902f856d203ea8568b33e0b6be6a /apps
parent67fec850e1ccbbe921648b7f0b7ebeb4f1c084f6 (diff)
downloadopenssl-47cc5525a2227e999f53a1114bf6c2220900fa33.tar.gz
RSA counter should only be defined of RSA is available.
Diffstat (limited to 'apps')
-rw-r--r--apps/speed.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/speed.c b/apps/speed.c
index 5d609a8c16..fca6618f7e 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -352,10 +352,11 @@ int MAIN(int argc, char **argv)
ENGINE *e;
unsigned char *buf=NULL,*buf2=NULL;
int mret=1;
- long count=0,rsa_count,save_count=0;
+ long count=0,save_count=0;
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