[squid-dev] OpenSSL 1.1.0f build issues
Amos Jeffries
squid3 at treenet.co.nz
Mon Aug 28 02:50:46 UTC 2017
This OpenSSL has some more breaking API issues.
../../../../src/ssl/support.cc:1373:29: error: invalid conversion from
‘ASN1_BIT_STRING** {aka asn1_string_st**}’ to ‘const ASN1_BIT_STRING**
{aka const asn1_string_st**}’ [-fpermissive]
../../../../src/ssl/support.cc:1373:35: error: invalid conversion from
‘X509_ALGOR** {aka X509_algor_st**}’ to ‘const X509_ALGOR** {aka const
X509_algor_st**}’ [-fpermissive]
I have a patch in my TLS config branch, if it looks okay with you I will
make a PR to add it separately.
<https://github.com/yadij/squid/commit/192c5b931a5b0484246e21fd02310974131d32a6>
There also seems to be a regression in the last branch merge with the
'bio' variable.
../../../../src/ssl/support.cc:1481:10: error: ‘bio’ was not declared in
this scope
../../../../src/ssl/support.cc:1483:18: error: ‘bio’ was not declared in
this scope
Amos
More information about the squid-dev
mailing list