Answer the question
In order to leave comments, you need to log in
Squid 3.5.8, 3.5.9 won't compile. How to overcome the error?
Hello. Such a problem. Squid does not compile. An error occurs:
bio.cc:1003:53: error: 'SSLv3_method' was not declared in this scope
const SSL_METHOD *method = SSLv3_method();
Answer the question
In order to leave comments, you need to log in
The problem is solved quite simply vi src/lib/bio.cc and change twice
//#if (OPENSSL_VERSION_NUMBER >= 0x10100000L)
// const SSL_METHOD *method = TLS_method();
//#else
const SSL_METHOD *method = SSLv23_method();
//#endif
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question