projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ecb8bb
)
reduce scope
author
Christian Grothoff
<christian@grothoff.org>
Sat, 5 Oct 2019 12:45:20 +0000
(14:45 +0200)
committer
Christian Grothoff
<christian@grothoff.org>
Sat, 5 Oct 2019 12:45:20 +0000
(14:45 +0200)
src/util/crypto_ecc.c
patch
|
blob
|
history
diff --git
a/src/util/crypto_ecc.c
b/src/util/crypto_ecc.c
index 9d141be2cee010600bc09dbd1ad7e2ce874cfbc6..fed7c9eceead57ab1d2bfadad10a834252706239 100644
(file)
--- a/
src/util/crypto_ecc.c
+++ b/
src/util/crypto_ecc.c
@@
-81,7
+81,6
@@
key_from_sexp(gcry_mpi_t *array,
{
gcry_sexp_t list;
gcry_sexp_t l2;
- const char *s;
unsigned int idx;
list = gcry_sexp_find_token(sexp, topname, 0);
@@
-94,7
+93,7
@@
key_from_sexp(gcry_mpi_t *array,
return 2;
idx = 0;
- for (s = elems; *s; s++, idx++)
+ for (
const char *
s = elems; *s; s++, idx++)
{
l2 = gcry_sexp_find_token(list, s, 1);
if (!l2)