aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_crypto_lib.h2
1 files changed, 1 insertions, 1 deletions
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,
673 */ 673 */
674struct GNUNET_CRYPTO_PowSalt 674struct GNUNET_CRYPTO_PowSalt
675{ 675{
676 uint8_t salt[crypto_pwhash_argon2id_SALTBYTES]; 676 char salt[crypto_pwhash_argon2id_SALTBYTES];
677}; 677};
678 678
679 679