svn_client_get_ssl_server_trust_file_provider

Function svn_client_get_ssl_server_trust_file_provider 

Source
pub unsafe extern "C" fn svn_client_get_ssl_server_trust_file_provider(
    provider: *mut *mut svn_auth_provider_object_t,
    pool: *mut apr_pool_t,
)
Expand description

Create and return @a *provider, an authentication provider of type #svn_auth_cred_ssl_server_trust_t, allocated in @a pool.

@a *provider retrieves its credentials from the configuration mechanism. The returned credential is used to override SSL security on an error.

@deprecated Provided for backward compatibility with the 1.3 API. Use svn_auth_get_ssl_server_trust_file_provider() instead.