diff options
-rw-r--r-- | src/include/gnunet_crypto_lib.h | 2 |
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, */ struct GNUNET_CRYPTO_PowSalt { - uint8_t salt[crypto_pwhash_argon2id_SALTBYTES]; + char salt[crypto_pwhash_argon2id_SALTBYTES]; }; |