gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: use char


From: gnunet
Subject: [gnunet] branch master updated: use char
Date: Mon, 17 Aug 2020 15:03:53 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 84e5706cb use char
84e5706cb is described below

commit 84e5706cbe249aa858d0c4a7d3405e1c2f7fc3a4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Aug 17 14:57:37 2020 +0200

    use char
---
 src/include/gnunet_crypto_lib.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 6d3725aa0..8c3f4f058 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -673,7 +673,7 @@ GNUNET_CRYPTO_hash (const void *block,
  */
 struct GNUNET_CRYPTO_PowSalt
 {
-  uint8_t salt[crypto_pwhash_argon2id_SALTBYTES];
+  char salt[crypto_pwhash_argon2id_SALTBYTES];
 };
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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