diff options
author | chenw <chenw@google.com> | 2014-12-19 17:12:36 -0800 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2014-12-29 17:06:52 -0800 |
commit | 97fd9e56d2940cde9983b978a274cce62e02be3e (patch) | |
tree | 4c3907dd3ebcbd751a7b311e7df42028704a523d /vsprojects/vs2013 | |
parent | 3bf466fb6c8cbbd4334d70be9c251feb71a7c78a (diff) |
Add SSL root for production GFE.
Change on 2014/12/19 by chenw <chenw@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82554526
Diffstat (limited to 'vsprojects/vs2013')
-rw-r--r-- | vsprojects/vs2013/grpc_test_util.vcxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vsprojects/vs2013/grpc_test_util.vcxproj b/vsprojects/vs2013/grpc_test_util.vcxproj index a86d415cc6..b624919ae5 100644 --- a/vsprojects/vs2013/grpc_test_util.vcxproj +++ b/vsprojects/vs2013/grpc_test_util.vcxproj @@ -75,7 +75,9 @@ <ItemGroup> <ClCompile Include="..\..\test\core\end2end\cq_verifier.c"> </ClCompile> - <ClCompile Include="..\..\test\core\end2end\data\ca_cert.c"> + <ClCompile Include="..\..\test\core\end2end\data\test_root_cert.c"> + </ClCompile> + <ClCompile Include="..\..\test\core\end2end\data\prod_roots_certs.c"> </ClCompile> <ClCompile Include="..\..\test\core\end2end\data\server1_cert.c"> </ClCompile> |