cmdline app: add provider commandline options.
[openssl.git] / include / openssl / provider.h
index 86dabf42ce7c21f795acd2c025e42fb1d85af710..c17f1d46fca676029a6d812bb967867a0d68534b 100644 (file)
@@ -16,6 +16,9 @@
 extern "C" {
 # endif
 
+/* Set the default provider search path */
+int OSSL_PROVIDER_set_default_search_path(OPENSSL_CTX *, const char *path);
+
 /* Load and unload a provider */
 OSSL_PROVIDER *OSSL_PROVIDER_load(OPENSSL_CTX *, const char *name);
 int OSSL_PROVIDER_unload(OSSL_PROVIDER *prov);