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:
@@ -67,6 +67,6 @@
|
||||
<target name="all_stable_with_ssl" extends="all_stable">
|
||||
<description>Compiling with ssl enabled</description>
|
||||
<root all_classes="true"/>
|
||||
<variable name="httpd_ssl_enabled" value="true"/>
|
||||
<variable name="ssl_enabled" value="true"/>
|
||||
</target>
|
||||
</system>
|
||||
|
||||
Reference in New Issue
Block a user