aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-17 16:22:54 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-17 16:22:54 +0000
commit6c18851f371c3c8b5d1d22c97d3a5937e52be69c (patch)
treed76545a11e1b790826a03be029dc928379cab894 /src/include/gnunet_crypto_lib.h
parente43762eedd42a7ef3de00f552e1ffcf2020c1cb1 (diff)
downloadgnunet-6c18851f371c3c8b5d1d22c97d3a5937e52be69c.tar.gz
gnunet-6c18851f371c3c8b5d1d22c97d3a5937e52be69c.zip
-removing code duplication
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 04b460446..6224546b9 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -346,6 +346,7 @@ GNUNET_CRYPTO_random_permute (enum GNUNET_CRYPTO_Quality mode, unsigned int n);
346void 346void
347GNUNET_CRYPTO_aes_create_session_key (struct GNUNET_CRYPTO_AesSessionKey *key); 347GNUNET_CRYPTO_aes_create_session_key (struct GNUNET_CRYPTO_AesSessionKey *key);
348 348
349
349/** 350/**
350 * Check that a new session key is well-formed. 351 * Check that a new session key is well-formed.
351 * 352 *