Build fails on Ubuntu 14.04 with errors:
SOAPSSLContext.cpp: In member function ‘SSL_METHOD EasySoap::SOAPSSLContext::getMethod(EasySoap::SOAPSSLContext::MethodType)’:
SOAPSSLContext.cpp:146:46: error: ‘SSLv2_client_method’ was not declared in this scope
method = SSLv2_client_method();
^
SOAPSSLContext.cpp:149:47: error: invalid conversion from ‘const SSL_METHOD {aka const ssl_method_st}’ to ‘SSL_METHOD {aka ssl_method_st}’ [-fpermissive]
method = SSLv23_client_method();
^
SOAPSSLContext.cpp:152:46: error: invalid conversion from ‘const SSL_METHOD {aka const ssl_method_st}’ to ‘SSL_METHOD {aka ssl_method_st}’ [-fpermissive]
method = SSLv3_client_method();
^
SOAPSSLContext.cpp:155:46: error: invalid conversion from ‘const SSL_METHOD {aka const ssl_method_st}’ to ‘SSL_METHOD {aka ssl_method_st*}’ [-fpermissive]
method = TLSv1_client_method();
^
See attached for logs and configure info.
adding configure info