]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/internal/man3/OSSL_METHOD_STORE.pod
property: check return values from the property locking calls.
[thirdparty/openssl.git] / doc / internal / man3 / OSSL_METHOD_STORE.pod
index 7fbd899754a0e720d49a5e70a0ad47a5144b2d3a..46e682da00388c8b7cdd143842a3576df92ba1ed 100644 (file)
@@ -104,8 +104,8 @@ ossl_method_store_new() returns a new method store object or NULL on failure.
 
 ossl_method_store_free(), ossl_method_store_add(),
 ossl_method_store_remove(), ossl_method_store_fetch(),
-ossl_method_store_cache_get()
-and ossl_method_store_cache_set() return B<1> on success and B<0> on error.
+ossl_method_store_cache_get(), ossl_method_store_cache_set() and
+ossl_method_store_flush_cache() return B<1> on success and B<0> on error.
 
 ossl_method_store_free() and ossl_method_store_cleanup() do not return any value.