Catch up to the removal of OSSL_STORE_open_file()
[openssl.git] / include / openssl / store.h
index c6948f223d09f6cfdd29c4e82ea397bafda6b283..43cf2031e79aaddd1ef9b48a95ac07eeb3aa3ff8 100644 (file)
@@ -114,8 +114,7 @@ int OSSL_STORE_close(OSSL_STORE_CTX *ctx);
 
 /*
  * Functions to generate OSSL_STORE_INFOs, one function for each type we
- * support having in them.  Along with each of them, one macro that
- * can be used to determine what types are supported.
+ * support having in them, as well as a generic constructor.
  *
  * In all cases, ownership of the object is transfered to the OSSL_STORE_INFO
  * and will therefore be freed when the OSSL_STORE_INFO is freed.