aboutsummaryrefslogtreecommitdiffstats
path: root/apps/speed.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-14 11:09:03 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-14 11:09:03 +0000
commit5614bb91f51a88a13f1ffc474e880a51fd4b86c9 (patch)
tree613e96b8c4e977efb3f67d7b6840e7675016b3b0 /apps/speed.c
parent7abee0cedf45f25027d14a3d439d0e1874c5bc77 (diff)
downloadopenssl-5614bb91f51a88a13f1ffc474e880a51fd4b86c9.tar.gz
rsa_num2 is no longer used, so remove it.
Diffstat (limited to 'apps/speed.c')
-rw-r--r--apps/speed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/speed.c b/apps/speed.c
index 899ad02c39..d0f705c324 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -318,7 +318,7 @@ int MAIN(int argc, char **argv)
#define DSA_NUM 3
long count,rsa_count;
int i,j,k;
- unsigned rsa_num,rsa_num2;
+ unsigned rsa_num;
#ifndef NO_MD2
unsigned char md2[MD2_DIGEST_LENGTH];
#endif