gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: kdf_mpi: be explicit about ctr size


From: gnunet
Subject: [gnunet] branch master updated: kdf_mpi: be explicit about ctr size
Date: Wed, 27 Nov 2019 12:45:32 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 04db860fb kdf_mpi: be explicit about ctr size
04db860fb is described below

commit 04db860fbd8bbbfbcbb9043e673a2541f1734886
Author: Florian Dold <address@hidden>
AuthorDate: Wed Nov 27 12:42:36 2019 +0100

    kdf_mpi: be explicit about ctr size
---
 src/util/crypto_kdf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/crypto_kdf.c b/src/util/crypto_kdf.c
index 43a9731ff..92b2cf5c2 100644
--- a/src/util/crypto_kdf.c
+++ b/src/util/crypto_kdf.c
@@ -132,7 +132,7 @@ GNUNET_CRYPTO_kdf_mod_mpi (gcry_mpi_t *r,
   gcry_error_t rc;
   unsigned int nbits;
   size_t rsize;
-  unsigned int ctr;
+  uint32_t ctr;
 
   nbits = gcry_mpi_get_nbits (n);
   /* GNUNET_assert (nbits > 512); */

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]