Building Squid-5 r15136 against the latest libssl 1.1.0e on Ubuntu.

src/ssl/support.cc: In function ‘bool Ssl::verifySslCertificate(Security::ContextPointer&, const Ssl::CertificateProperties&)’:

src/ssl/support.cc:995:34: error: invalid use of incomplete type ‘struct ssl_ctx_st’
     X509 ***pCert = (X509 ***)ctx->cert;


Should I just update this hack code to use the X509_STORE_CTX_get0_cert() getter ?

or is this a sign of a deeper bug with the SQUID_USE_SSLGETCERTIFICATE_HACK autoconf test that needs to be fixed?


Amos


_______________________________________________
squid-dev mailing list
[email protected]
http://lists.squid-cache.org/listinfo/squid-dev

Reply via email to