In the process of compiling the core WOD I have the following error:
error: ':: SSLv3_method' has not Been Declared
handle_ = :: SSL_CTX_new (:: SSLv3_method ());
I have done everything by the book without error, but I can not fix this. I searched google solutions, apparently has to do with OpenSSL and incompatibility with SSLv3.
Does anyone know how to fix it?
Thank you for reading.