aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-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 361d244e2..168c79b2a 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -394,7 +394,7 @@ void GNUNET_CRYPTO_hash_xor (const GNUNET_HashCode * a,
394/** 394/**
395 * Convert a hashcode into a key. 395 * Convert a hashcode into a key.
396 */ 396 */
397void GNUNET_CRYPTO_hash_to_AES_key (const GNUNET_HashCode * hc, 397void GNUNET_CRYPTO_hash_to_aes_key (const GNUNET_HashCode * hc,
398 struct GNUNET_CRYPTO_AesSessionKey *skey, 398 struct GNUNET_CRYPTO_AesSessionKey *skey,
399 struct 399 struct
400 GNUNET_CRYPTO_AesInitializationVector 400 GNUNET_CRYPTO_AesInitializationVector