GitHub user woodgood opened a pull request: https://github.com/apache/subversion/pull/3
update *(svn_auth_ssl_server_trust_prompt_func_t)(...) change the interface "*(svn_auth_ssl_server_trust_prompt_func_t)(...)" apr_uint32_t failures, -> apr_uint32_t *failures, In linux, ignore server invaild certificate, using this interface, but can't change the failure. change the interface to "apr_uint32_t *failures,", can run normal. You can merge this pull request into a Git repository by running: $ git pull https://github.com/woodgood/subversion patch-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/subversion/pull/3.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3 ---- commit 5055c01032a409d6c62b71b483cbc9ac5ef0d05e Author: woodgood <woodg...@users.noreply.github.com> Date: 2016-10-20T09:08:11Z update *(svn_auth_ssl_server_trust_prompt_func_t)(...) change the interface "*(svn_auth_ssl_server_trust_prompt_func_t)(...)" apr_uint32_t failures, -> apr_uint32_t *failures, In linux, ignore server invaild certificate, using this interface, but can't change the failure. change the interface to "apr_uint32_t *failures,", can run normal. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---