projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7abee0c
)
rsa_num2 is no longer used, so remove it.
author
Richard Levitte
<levitte@openssl.org>
Thu, 14 Sep 2000 11:09:03 +0000
(11:09 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 14 Sep 2000 11:09:03 +0000
(11:09 +0000)
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index 899ad02c399e322e38aaeb44733106fc5540e235..d0f705c3244a4283f3386ca4026b1f1370a2b359 100644
(file)
--- 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