]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/internal/property.h
Redesign the KEYMGMT libcrypto <-> provider interface - the basics
[thirdparty/openssl.git] / include / internal / property.h
index 1c40351e83db42c44e6a98e7d972134a178aa5b6..b84e1802a20ca24061309b5ba3150f751ad50b4f 100644 (file)
@@ -26,6 +26,9 @@ OSSL_PROPERTY_LIST *ossl_parse_query(OPENSSL_CTX *ctx, const char *s);
 /* Property checker of query vs definition */
 int ossl_property_match_count(const OSSL_PROPERTY_LIST *query,
                               const OSSL_PROPERTY_LIST *defn);
+/* Free a parsed property list */
+void ossl_property_free(OSSL_PROPERTY_LIST *p);
+
 
 /* Implementation store functions */
 OSSL_METHOD_STORE *ossl_method_store_new(OPENSSL_CTX *ctx);