Returns now GNUNET_SYSERR
[oweals/gnunet.git] / src / util / crypto_rsa.c
index 5820065301f0a20b541600b151bc74ab91dd6ec8..c7b2c16eef9235536be881f8e59f9be6040f679c 100644 (file)
@@ -546,10 +546,8 @@ rsa_decode_key (const struct RsaPrivateKeyBinaryEncoded *encoding)
  * files does not exist, create a new key and write it to the
  * file.  Caller must free return value.  Note that this function
  * can not guarantee that another process might not be trying
- * the same operation on the same file at the same time.  The
- * caller must somehow know that the file either already exists
- * with a valid key OR be sure that no other process is calling
- * this function at the same time.  If the contents of the file
+ * the same operation on the same file at the same time. 
+ * If the contents of the file
  * are invalid the old file is deleted and a fresh key is
  * created.
  *