]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/internal/property.h
Load the default config file before working with default properties
[thirdparty/openssl.git] / include / internal / property.h
index ca1d1e055c0dfac26d9119b960cb9ee704aeae95..cd3982549d48106655eabcedaac2432a52c78c6d 100644 (file)
@@ -45,7 +45,7 @@ int ossl_method_store_fetch(OSSL_METHOD_STORE *store, int nid,
                             const char *prop_query, void **method);
 
 /* Get the global properties associate with the specified library context */
-OSSL_PROPERTY_LIST **ossl_ctx_global_properties(OPENSSL_CTX *ctx);
+OSSL_PROPERTY_LIST **ossl_ctx_global_properties(OPENSSL_CTX *ctx, int loadconfig);
 
 /* property query cache functions */
 int ossl_method_store_cache_get(OSSL_METHOD_STORE *store, int nid,