Add 'on demand self test' and status test to providers
[openssl.git] / include / internal / property.h
index d8ff3582eb484e001d3f92d97d0a00bd957f9e6c..ca1d1e055c0dfac26d9119b960cb9ee704aeae95 100644 (file)
@@ -54,7 +54,8 @@ int ossl_method_store_cache_set(OSSL_METHOD_STORE *store, int nid,
                                 const char *prop_query, void *result,
                                 int (*method_up_ref)(void *),
                                 void (*method_destruct)(void *));
-void ossl_method_store_flush_cache(OSSL_METHOD_STORE *store);
+
+void 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,