Re: WIP: Apache httpd vs LibreSSL

2021-06-01 Thread Giovanni Bechis
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

Re: WIP: Apache httpd vs LibreSSL

2021-05-18 Thread Theo Buehler
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

WIP: Apache httpd vs LibreSSL

2021-05-18 Thread Giovanni Bechis
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