efl_net_ssl_conn-openssl: fix dlsym() for X509_check_ip_asc.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Fri, 9 Dec 2016 08:27:40 +0000 (06:27 -0200)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Fri, 9 Dec 2016 15:47:03 +0000 (13:47 -0200)
commitc97111bf3cfee74449b5789f47c878d484eea226
tree4b110e87edac9c0f80e7de15188cafe80dcca967
parent518910990c4ece24e963dc0ded88f6b8c2b2fb8e
efl_net_ssl_conn-openssl: fix dlsym() for X509_check_ip_asc.

At least in ArchLinux the function has no "_" in the symbol name,
matching perfectly what's in the header.

If in other systems it misses such symbol, then check for both.
src/lib/ecore_con/efl_net_ssl_conn-openssl.c