From 219f5ebf8fca3572d8d4265d78d0e4670ca35a27 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 20 Feb 2014 19:26:10 +0000 Subject: Vendor import svn-1.8.8 --- subversion/libsvn_subr/auth.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'subversion/libsvn_subr/auth.c') diff --git a/subversion/libsvn_subr/auth.c b/subversion/libsvn_subr/auth.c index 9dc4c776336a..3c874cf88505 100644 --- a/subversion/libsvn_subr/auth.c +++ b/subversion/libsvn_subr/auth.c @@ -35,6 +35,7 @@ #include "svn_private_config.h" #include "svn_dso.h" #include "svn_version.h" +#include "private/svn_auth_private.h" #include "private/svn_dep_compat.h" #include "private/svn_subr_private.h" @@ -540,6 +541,11 @@ svn_auth_get_platform_specific_provider(svn_auth_provider_object_t **provider, { svn_auth_get_windows_ssl_server_trust_provider(provider, pool); } + else if (strcmp(provider_name, "windows") == 0 && + strcmp(provider_type, "ssl_server_authority") == 0) + { + svn_auth__get_windows_ssl_server_authority_provider(provider, pool); + } #endif } -- cgit v1.2.3