]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/internal/property.h
property: check return values from the property locking calls.
[thirdparty/openssl.git] / include / internal / property.h
index 3d00e3cb66fb026da37bd6010746ba84c93247eb..58ceddbb76637db85dc6c6d48281d19a1ab399c3 100644 (file)
@@ -58,7 +58,7 @@ int ossl_method_store_cache_set(OSSL_METHOD_STORE *store, int nid,
                                 int (*method_up_ref)(void *),
                                 void (*method_destruct)(void *));
 
-void ossl_method_store_flush_cache(OSSL_METHOD_STORE *store, int all);
+__owur int ossl_method_store_flush_cache(OSSL_METHOD_STORE *store, int all);
 
 /* Merge two property queries together */
 OSSL_PROPERTY_LIST *ossl_property_merge(const OSSL_PROPERTY_LIST *a,