I am trying to run the Boost.Asio SSL example but I got a lots of Undefined reference to ... :
undefined reference to `SSL_library_init'
undefined reference to `SSL_load_error_strings'
...
I've already link my libs (ssl and crypto) after the file name when compiling.
Thanks.