Be sure to use ecf custom variable "ssl_enabled" and not the variant "httpd_ssl_enabled" or else.

Include again the openssl include folder for EiffelStudio before 16.11, otherwise eif_openssl is not found.
This commit is contained in:
Jocelyn Fiat
2016-10-14 14:32:04 +02:00
parent 16f667af2c
commit a4d737d548
6 changed files with 56 additions and 10 deletions

View File

@@ -27,7 +27,7 @@
<target name="test_connector_standalone" extends="test_standalone_scoop">
</target>
<target name="test_standalone_scoop_ssl" extends="test_standalone_scoop">
<variable name="httpd_ssl_enabled" value="true"/>
<variable name="ssl_enabled" value="true"/>
<variable name="libcurl_http_client_disabled" value="true"/>
<variable name="net_http_client_disabled" value="false"/>
<variable name="netssl_http_client_enabled" value="true"/>