-document
authorChristian Grothoff <christian@grothoff.org>
Thu, 11 Jul 2013 11:56:05 +0000 (11:56 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 11 Jul 2013 11:56:05 +0000 (11:56 +0000)
src/include/gnunet_crypto_lib.h
src/util/crypto_ecc.c

index 3df6c4a300416829b67267d80e73a6554b68bb7a..9da6488f26bb314dac9fd9ee8b201f7a6080ca71 100644 (file)
@@ -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)
  */
index 3cec128680f7e2bd38d9d4baf26557b80260a655..2561ab2e60edcc1e3ab9d513c06ad082c0f5031c 100644 (file)
@@ -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)
  */