aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_ecc.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-11 11:56:05 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-11 11:56:05 +0000
commitd1bbc74bc202a18f898aa98524517a7c0791e682 (patch)
tree937cc435076b092d96103626c17318b8bfdd235c /src/util/crypto_ecc.c
parent87bebfc04f3cb3bdfbe1335fcb22fdf273c59533 (diff)
downloadgnunet-d1bbc74bc202a18f898aa98524517a7c0791e682.tar.gz
gnunet-d1bbc74bc202a18f898aa98524517a7c0791e682.zip
-document
Diffstat (limited to 'src/util/crypto_ecc.c')
-rw-r--r--src/util/crypto_ecc.c1
1 files changed, 1 insertions, 0 deletions
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 */