aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_hash.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-08-27 11:14:19 +0000
committerChristian Grothoff <christian@grothoff.org>2009-08-27 11:14:19 +0000
commit57df0fbf8398720fbd4a9cf34934c212ea00ee54 (patch)
treea00d5740b2a35e21d4cff044c4ce941995b1bdff /src/util/crypto_hash.c
parent2f7e69f969a822a38f9e311f79358e0fe8bda9d8 (diff)
downloadgnunet-57df0fbf8398720fbd4a9cf34934c212ea00ee54.tar.gz
gnunet-57df0fbf8398720fbd4a9cf34934c212ea00ee54.zip
syn
Diffstat (limited to 'src/util/crypto_hash.c')
-rw-r--r--src/util/crypto_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_hash.c b/src/util/crypto_hash.c
index fc4d24320..a8843b5b7 100644
--- a/src/util/crypto_hash.c
+++ b/src/util/crypto_hash.c
@@ -709,7 +709,7 @@ GNUNET_CRYPTO_hash_xor (const GNUNET_HashCode * a,
709 * Convert a hashcode into a key. 709 * Convert a hashcode into a key.
710 */ 710 */
711void 711void
712GNUNET_CRYPTO_hash_to_AES_key (const GNUNET_HashCode * hc, 712GNUNET_CRYPTO_hash_to_aes_key (const GNUNET_HashCode * hc,
713 struct GNUNET_CRYPTO_AesSessionKey *skey, 713 struct GNUNET_CRYPTO_AesSessionKey *skey,
714 struct GNUNET_CRYPTO_AesInitializationVector 714 struct GNUNET_CRYPTO_AesInitializationVector
715 *iv) 715 *iv)