aboutsummaryrefslogtreecommitdiffstats
path: root/apps/speed.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-03-18 13:10:45 +0000
committerBodo Möller <bodo@openssl.org>2002-03-18 13:10:45 +0000
commitaf28dd6c75cc7abaec8b5df7555f07d143d3a6d1 (patch)
treefc317b4c33a4814c735d3f6f64e8a9a54c86486a /apps/speed.c
parente79ec456beacdc1d8b463d90661fc872e7cf836a (diff)
downloadopenssl-af28dd6c75cc7abaec8b5df7555f07d143d3a6d1.tar.gz
Fix bugs and typos.
Add some WTLS curves. New function EC_GROUP_check() (this will probably be implemented differently soon). Submitted by: Nils Larsch Reviewed by: Bodo Moeller
Diffstat (limited to 'apps/speed.c')
-rw-r--r--apps/speed.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/speed.c b/apps/speed.c
index 95979e509f..8b837e9964 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -372,8 +372,11 @@ int MAIN(int argc, char **argv)
ENGINE *e = NULL;
unsigned char *buf=NULL,*buf2=NULL;
int mret=1;
- long count=0,save_count=0, rsa_count;
+ long count=0,save_count=0;
int i,j,k;
+#if !defined(OPENSSL_NO_RSA) || !defined(OPENSSL_NO_DSA)
+ long rsa_count;
+#endif
#ifndef OPENSSL_NO_RSA
unsigned rsa_num;
#endif