aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 479e0e42d..0b250311a 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -545,10 +545,8 @@ struct GNUNET_CRYPTO_RsaPrivateKey *GNUNET_CRYPTO_rsa_key_create (void);
545 * files does not exist, create a new key and write it to the 545 * files does not exist, create a new key and write it to the
546 * file. Caller must free return value. Note that this function 546 * file. Caller must free return value. Note that this function
547 * can not guarantee that another process might not be trying 547 * can not guarantee that another process might not be trying
548 * the same operation on the same file at the same time. The 548 * the same operation on the same file at the same time.
549 * caller must somehow know that the file either already exists 549 * If the contents of the file
550 * with a valid key OR be sure that no other process is calling
551 * this function at the same time. If the contents of the file
552 * are invalid the old file is deleted and a fresh key is 550 * are invalid the old file is deleted and a fresh key is
553 * created. 551 * created.
554 * 552 *