On Thu, Jun 13, 2019 at 10:31:23AM +0200, Daniel Gustafsson wrote:
> Right, there is no use in backporting of course.
And applied now, in time for beta2.
--
Michael
signature.asc
Description: PGP signature
> On 13 Jun 2019, at 10:29, Michael Paquier wrote:
> I would not back-patch that though as currently
> USE_SSL <=> USE_OPENSSL.
Right, there is no use in backporting of course.
cheers ./daniel
On Thu, Jun 13, 2019 at 09:32:28AM +0200, Daniel Gustafsson wrote:
> The #ifdef guards in sha2.h are using USE_SSL when they in fact are guarding
> the inclusion of OpenSSL specific code. This has never caused any issues as
> there only is a single supported TLS backend in core so far, but since w
The #ifdef guards in sha2.h are using USE_SSL when they in fact are guarding
the inclusion of OpenSSL specific code. This has never caused any issues as
there only is a single supported TLS backend in core so far, but since we’ve
spent a significant amount of energy on making the TLS backend non-h