From: Christian Grothoff Date: Thu, 11 Jul 2013 11:56:05 +0000 (+0000) Subject: -document X-Git-Tag: initial-import-from-subversion-38251~8391 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d1bbc74bc202a18f898aa98524517a7c0791e682;p=oweals%2Fgnunet.git -document --- 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) */