openssl version -a
OpenSSL 1.1.0g  2 Nov 2017
built on: reproducible build, date unspecified
platform: linux-x86_64
compiler: gcc -DDSO_DLFCN -DHAVE_DLFCN_H -DNDEBUG -DOPENSSL_THREADS -DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPADLOCK_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\""  -Wa,--noexecstack
OPENSSLDIR: "/usr/local/ssl"
ENGINESDIR: "/usr/local/lib/engines-1.1"
<?xml version="1.0" encoding="ISO-8859-1"?>
	<target name="websocket_app">
		<root class="APPLICATION_TODO" feature="make_and_launch"/>
		<file_rule>
			<exclude>/CVS$</exclude>
			<exclude>/EIFGENs$</exclude>
			<exclude>/\.svn$</exclude>
		</file_rule>
		<option warning="true" manifest_array_type="mismatch_warning">
			<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
			<warning name="obsolete_feature" enabled="false"/>
		</option>
		<setting name="console_application" value="true"/>
		<capability>
			<catcall_detection support="none"/>
			<concurrency support="scoop" use="scoop"/>
			<void_safety support="transitional" use="transitional"/>
		</capability>
		<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
		<library name="cypress_consumer" location="$ISE_LIBRARY\contrib\library\web\authentication\oauth\cypress\consumer.ecf"/>
		<library name="html" location="\home\anders\github_eiffel_liraries\html\html.ecf"/>
		<library name="http" location="$ISE_LIBRARY\contrib\library\network\protocol\http\http.ecf"/>
		<library name="http_client" location="$ISE_LIBRARY\contrib\library\network\http_client\http_client.ecf"/>
		<library name="json" location="$ISE_LIBRARY\contrib\library\text\parser\json\library\json.ecf"/>
		<library name="json_ext" location="\home\anders\github_eiffel_liraries\json_ext\json_ext.ecf" readonly="false"/>
		<library name="net_ssl" location="$ISE_LIBRARY\unstable\library\network\socket\netssl\net_ssl.ecf"/>
		<library name="standalone_websocket_connector" location="\home\anders\Eiffel_18.11\contrib\library\web\framework\ewf\wsf\connector\standalone_websocket-safe.ecf" readonly="false"/>
		<library name="testing" location="$ISE_LIBRARY\library\testing\testing.ecf"/>
		<library name="time" location="$ISE_LIBRARY\library\time\time.ecf"/>
		<library name="wsf" location="\home\anders\Eiffel_18.11\contrib\library\web\framework\ewf\wsf\wsf-safe.ecf"/>
		<cluster name="app" location=".\">
			<tests name="unit_tests" location="\home\anders\git-repositories\Wunderlistreplacement\unit_tests\">
				<uses group="app"/>
				<uses group="base"/>
				<uses group="testing"/>
				<uses group="unit_tests"/>
				<uses group="wsf"/>
			</tests>
		</cluster>
	</target>
	<target name="websocket_app_st" extends="websocket_app">
		<description>Single thread solution. 
			Warning: as it can not handle concurrent request, it is recommended to set Keep-Alive-Timeout to very low value, as browser will keep persistent connection open too long.</description>
		<capability>
			<concurrency support="scoop" use="none"/>
		</capability>
	</target>
	<target name="websocket_app_ssl" extends="websocket_app">
		<capability>
			<catcall_detection support="none"/>
			<concurrency support="scoop"/>
			<void_safety support="transitional"/>
		</capability>
		<variable name="ssl_enabled" value="true"/>
	</target>
</system>