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:
04e53c2
)
rsa_num is not used with NO_RSA
author
Ulf Möller
<ulf@openssl.org>
Tue, 9 Jan 2001 21:39:16 +0000
(21:39 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Tue, 9 Jan 2001 21:39:16 +0000
(21:39 +0000)
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index 1634498c756828135ad3bbc04330093ec47c6753..6ce4a0e914e52083df30f0d1644127f0680705ff 100644
(file)
--- a/
apps/speed.c
+++ b/
apps/speed.c
@@
-322,7
+322,9
@@
int MAIN(int argc, char **argv)
#define DSA_NUM 3
long count,rsa_count,save_count=0;
int i,j,k;
+#ifndef NO_RSA
unsigned rsa_num;
+#endif
#ifndef NO_MD2
unsigned char md2[MD2_DIGEST_LENGTH];
#endif