bio.cc:1003:53: error: 'SSLv3_method' was not declared in this scope
const SSL_METHOD *method = SSLv3_method();
//#if (OPENSSL_VERSION_NUMBER >= 0x10100000L)
// const SSL_METHOD *method = TLS_method();
//#else
const SSL_METHOD *method = SSLv23_method();
//#endif