From d1bbc74bc202a18f898aa98524517a7c0791e682 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 11 Jul 2013 11:56:05 +0000 Subject: [PATCH] -document --- src/include/gnunet_crypto_lib.h | 1 + src/util/crypto_ecc.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h index 3df6c4a30..9da6488f2 100644 --- a/src/include/gnunet_crypto_lib.h +++ b/src/include/gnunet_crypto_lib.h @@ -1269,6 +1269,7 @@ GNUNET_CRYPTO_ecc_decode_key (const char *buf, * are invalid the old file is deleted and a fresh key is * created. * + * @param filename name of file to use to store the key * @return new private key, NULL on error (for example, * permission denied) */ diff --git a/src/util/crypto_ecc.c b/src/util/crypto_ecc.c index 3cec12868..2561ab2e6 100644 --- a/src/util/crypto_ecc.c +++ b/src/util/crypto_ecc.c @@ -431,6 +431,7 @@ short_wait () * are invalid the old file is deleted and a fresh key is * created. * + * @param filename name of file to use to store the key * @return new private key, NULL on error (for example, * permission denied) */ -- 2.25.1