projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f3e24ba
)
fix warnings (one of them was clearly justified)
author
Bodo Möller
<bodo@openssl.org>
Fri, 7 Dec 2001 17:02:01 +0000
(17:02 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 7 Dec 2001 17:02:01 +0000
(17:02 +0000)
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index 11085eed23754155f9bd2b1b09266c4322b15a7b..795a1430c809159c16b752c6a897f852b2a33188 100644
(file)
--- a/
apps/speed.c
+++ b/
apps/speed.c
@@
-352,7
+352,7
@@
int MAIN(int argc, char **argv)
ENGINE *e;
unsigned char *buf=NULL,*buf2=NULL;
int mret=1;
ENGINE *e;
unsigned char *buf=NULL,*buf2=NULL;
int mret=1;
- long count,rsa_count,save_count=0;
+ long count
=0
,rsa_count,save_count=0;
int i,j,k;
#ifndef OPENSSL_NO_RSA
unsigned rsa_num;
int i,j,k;
#ifndef OPENSSL_NO_RSA
unsigned rsa_num;
@@
-424,7
+424,7
@@
int MAIN(int argc, char **argv)
#define D_CBC_BF 13
#define D_CBC_CAST 14
#define D_EVP 15
#define D_CBC_BF 13
#define D_CBC_CAST 14
#define D_EVP 15
- double d;
+ double d
=0
;
long c[ALGOR_NUM][SIZE_NUM];
#define R_DSA_512 0
#define R_DSA_1024 1
long c[ALGOR_NUM][SIZE_NUM];
#define R_DSA_512 0
#define R_DSA_1024 1
@@
-1501,7
+1501,7
@@
show_res:
#endif
#ifdef HZ
#define as_string(s) (#s)
#endif
#ifdef HZ
#define as_string(s) (#s)
- printf("HZ=%g", HZ);
+ printf("HZ=%g",
(double)
HZ);
# ifdef _SC_CLK_TCK
printf(" [sysconf value]");
# endif
# ifdef _SC_CLK_TCK
printf(" [sysconf value]");
# endif