summaryrefslogtreecommitdiffstats
path: root/include/internal/property.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/property.h')
-rw-r--r--include/internal/property.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/internal/property.h b/include/internal/property.h
index 58ceddbb76..85f602d1e5 100644
--- a/include/internal/property.h
+++ b/include/internal/property.h
@@ -64,4 +64,8 @@ __owur int ossl_method_store_flush_cache(OSSL_METHOD_STORE *store, int all);
OSSL_PROPERTY_LIST *ossl_property_merge(const OSSL_PROPERTY_LIST *a,
const OSSL_PROPERTY_LIST *b);
+size_t ossl_property_list_to_string(OSSL_LIB_CTX *ctx,
+ const OSSL_PROPERTY_LIST *list, char *buf,
+ size_t bufsize);
+
#endif