aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_crypto_lib.h1
-rw-r--r--src/util/crypto_ecc.c1
2 files changed, 2 insertions, 0 deletions
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,
1269 * are invalid the old file is deleted and a fresh key is 1269 * are invalid the old file is deleted and a fresh key is
1270 * created. 1270 * created.
1271 * 1271 *
1272 * @param filename name of file to use to store the key
1272 * @return new private key, NULL on error (for example, 1273 * @return new private key, NULL on error (for example,
1273 * permission denied) 1274 * permission denied)
1274 */ 1275 */
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 ()
431 * are invalid the old file is deleted and a fresh key is 431 * are invalid the old file is deleted and a fresh key is
432 * created. 432 * created.
433 * 433 *
434 * @param filename name of file to use to store the key
434 * @return new private key, NULL on error (for example, 435 * @return new private key, NULL on error (for example,
435 * permission denied) 436 * permission denied)
436 */ 437 */