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:
b713c4f
)
Fix no-ec --strict-warnings builds
author
Benjamin Kaduk
<bkaduk@akamai.com>
Tue, 23 Jan 2018 13:31:36 +0000
(07:31 -0600)
committer
Benjamin Kaduk
<kaduk@mit.edu>
Tue, 23 Jan 2018 14:59:28 +0000
(08:59 -0600)
The 'loop' variable is only used if EC is available.
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5149)
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index df59ca690202125f1353579c6f1b40444c1bf5a1..db4b14fab693f52ff450e0d0ef982f1e458362db 100644
(file)
--- a/
apps/speed.c
+++ b/
apps/speed.c
@@
-1277,7
+1277,9
@@
int speed_main(int argc, char **argv)
|| !defined(OPENSSL_NO_EC)
long rsa_count = 1;
#endif
+#ifndef OPENSSL_NO_EC
size_t loop;
+#endif
/* What follows are the buffers and key material. */
#ifndef OPENSSL_NO_RC5