svn_auth_get_ssl_client_cert_pw_file_provider

Function svn_auth_get_ssl_client_cert_pw_file_provider 

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

Like svn_auth_get_ssl_client_cert_pw_file_provider2, but without the ability to call the svn_auth_plaintext_passphrase_prompt_func_t callback, and the provider always assumes that it is not allowed to store the passphrase in plaintext.

@deprecated Provided for backwards compatibility with the 1.5 API. @since New in 1.4.