aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto_rsa.c')
-rw-r--r--src/util/crypto_rsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c
index ec46b486c..46778a842 100644
--- a/src/util/crypto_rsa.c
+++ b/src/util/crypto_rsa.c
@@ -547,7 +547,7 @@ GNUNET_CRYPTO_rsa_decode_key (const char *buf, uint16_t len)
547 * files does not exist, create a new key and write it to the 547 * files does not exist, create a new key and write it to the
548 * file. Caller must free return value. Note that this function 548 * file. Caller must free return value. Note that this function
549 * can not guarantee that another process might not be trying 549 * can not guarantee that another process might not be trying
550 * the same operation on the same file at the same time. 550 * the same operation on the same file at the same time.
551 * If the contents of the file 551 * If the contents of the file
552 * are invalid the old file is deleted and a fresh key is 552 * are invalid the old file is deleted and a fresh key is
553 * created. 553 * created.