diff options
author | Julien Boeuf <jboeuf@google.com> | 2015-02-20 10:40:11 -0800 |
---|---|---|
committer | Julien Boeuf <jboeuf@google.com> | 2015-02-20 11:27:37 -0800 |
commit | 1bc21a46db433f3c4ac530900160d849789e832d (patch) | |
tree | e95fefdacafcc8c142e6b9eaa722c9ade421aad6 /vsprojects/vs2013/grpc.vcxproj | |
parent | b472e2364af6ba2a33c7321cfa9cbbfd6cbb4eb7 (diff) |
Removing the hardcoded SSL roots.
- Makes 2 tests fail:
- httpcli_test
- interop_test
Diffstat (limited to 'vsprojects/vs2013/grpc.vcxproj')
-rw-r--r-- | vsprojects/vs2013/grpc.vcxproj | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vsprojects/vs2013/grpc.vcxproj b/vsprojects/vs2013/grpc.vcxproj index dab819c51b..f51122d1b1 100644 --- a/vsprojects/vs2013/grpc.vcxproj +++ b/vsprojects/vs2013/grpc.vcxproj @@ -88,7 +88,6 @@ <ClInclude Include="..\..\src\core\security\auth.h" /> <ClInclude Include="..\..\src\core\security\base64.h" /> <ClInclude Include="..\..\src\core\security\credentials.h" /> - <ClInclude Include="..\..\src\core\security\google_root_certs.h" /> <ClInclude Include="..\..\src\core\security\json_token.h" /> <ClInclude Include="..\..\src\core\security\secure_transport_setup.h" /> <ClInclude Include="..\..\src\core\security\security_context.h" /> @@ -195,8 +194,6 @@ </ClCompile> <ClCompile Include="..\..\src\core\security\factories.c"> </ClCompile> - <ClCompile Include="..\..\src\core\security\google_root_certs.c"> - </ClCompile> <ClCompile Include="..\..\src\core\security\json_token.c"> </ClCompile> <ClCompile Include="..\..\src\core\security\secure_endpoint.c"> |