Game requires outdated version of libcurl/OpenSSL

./StarConflict: /usr/lib32/libcrypto.so.1.0.0: no version information available (required by ./StarConflict)
./StarConflict: /usr/lib32/libcurl.so.4: version `CURL_OPENSSL_3’ not found (required by ./StarConflict)
 

This is the most recent version of libcurl.so.4, which is linked to libcrypto.so.1.0.0.  I can confirm that a downgrade of libcurl can, in fact, work.  However, this downgrade of course contains bugs and is likely to conflict with other things in the system.  The (extremely simple) solution is to make libcurl as a library downloaded to the game folder.  Many, many users are completely unable to play because of this critical bug, and it is a very easy bug to fix.

 

This is the same bug as [http://forum.star-conflict.com/index.php?/topic/22899-intel-hd-4000-on-arch-linux-game-isnt-launching/](< base_url >/index.php?/topic/22899-intel-hd-4000-on-arch-linux-game-isnt-launching/) , but every user will soon have this issue when OpenSSL is update to fix the critical Heartbleed expliot.  Downgrading anything related to OpenSSL is insanely risky.

Unfortunately, Steam runtime contains libcurl of this weird version, as well as latest Ubuntu. Can you run it from Steam (not ./StarConflict directly)?