iterate topoogy header related stuff
[oweals/gnunet.git] / src / include / gnunet_crypto_lib.h
index 479e0e42dd6030e1c1931d9197b798667400a7b7..0b250311a435536875a967daf7081bb8a7c9ebd7 100644 (file)
@@ -545,10 +545,8 @@ struct GNUNET_CRYPTO_RsaPrivateKey *GNUNET_CRYPTO_rsa_key_create (void);
  * 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.
  *