diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/all.dsw | 3 | ||||
-rw-r--r-- | cpp/config/TestUtil.py | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/cpp/all.dsw b/cpp/all.dsw index ed8e22feb7f..6b4c65f5e08 100644 --- a/cpp/all.dsw +++ b/cpp/all.dsw @@ -494,6 +494,9 @@ Package=<4> Begin Project Dependency
Project_Dep_Name certificateVerificationS
End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name configuration
+ End Project Dependency
}}}
###############################################################################
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index d69d3213a28..b9b80624ffb 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -14,8 +14,8 @@ # protocol. Otherwise TCP is used. # -#protocol = "ssl" -protocol = "" +protocol = "ssl" +#protocol = "" # # Set the host to the host name the test servers are running on. If not |