aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
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/include/gnunet_crypto_lib.h
parent87bebfc04f3cb3bdfbe1335fcb22fdf273c59533 (diff)
downloadgnunet-d1bbc74bc202a18f898aa98524517a7c0791e682.tar.gz
gnunet-d1bbc74bc202a18f898aa98524517a7c0791e682.zip
-document
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h1
1 files changed, 1 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 */