From 026a417defcd13d0ae5e8a8ddb67c18ff02fa142 Mon Sep 17 00:00:00 2001 From: Julien Boeuf Date: Mon, 2 Feb 2015 18:36:37 -0800 Subject: Adding support for loading the SSL roots from an environment variable. - Had to add support for files and environment variables as well. - I can't compile on windows so I'm sure there will be some issues. - Tested end-to-end with the simple ssl fullstack test. --- vsprojects/vs2013/gpr.vcxproj | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'vsprojects/vs2013/gpr.vcxproj') diff --git a/vsprojects/vs2013/gpr.vcxproj b/vsprojects/vs2013/gpr.vcxproj index f71b586aff..da8ab6bbf2 100644 --- a/vsprojects/vs2013/gpr.vcxproj +++ b/vsprojects/vs2013/gpr.vcxproj @@ -100,6 +100,8 @@ + + @@ -115,6 +117,16 @@ + + + + + + + + + + -- cgit v1.2.3