On Tue, May 18, 2021 at 01:21:25PM +0200, Theo Buehler wrote:
> On Tue, May 18, 2021 at 11:45:33AM +0200, Giovanni Bechis wrote:
> > Hi,
> > upcoming Apache httpd doesn't build with LibreSSL because it uses
> > EVP_PKEY_X25519 constants that are not defined on LibreSSL.
> > The following diff works
On Tue, May 18, 2021 at 11:45:33AM +0200, Giovanni Bechis wrote:
> Hi,
> upcoming Apache httpd doesn't build with LibreSSL because it uses
> EVP_PKEY_X25519 constants that are not defined on LibreSSL.
> The following diff works, is it better to add EVP_PKEY_X constants
> to evp.h instead ?
There i
Hi,
upcoming Apache httpd doesn't build with LibreSSL because it uses
EVP_PKEY_X25519 constants that are not defined on LibreSSL.
The following diff works, is it better to add EVP_PKEY_X constants
to evp.h instead ?
Giovanni
Index: Makefile