Re: Backend specific ifdefs in sha2.h

2019-06-13 Thread Michael Paquier
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

Re: Backend specific ifdefs in sha2.h

2019-06-13 Thread Daniel Gustafsson
> 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

Re: Backend specific ifdefs in sha2.h

2019-06-13 Thread Michael Paquier
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

Backend specific ifdefs in sha2.h

2019-06-13 Thread Daniel Gustafsson
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