Hi,
I'm trying to build newest version of Apache 2.4.33 in OpenBSD 6.3 but got the following errors: ssl_engine_init.c:54:12: error: static declaration of 'DH_set0_pqg' follows non-static declaration static int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) ^ /usr/include/openssl/dh.h:195:5: note: previous declaration is here int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); ^ No errors when doing the same build in OpenBSD 6.2. Any ideas what's wrong or is it a bug perhaps? Many Thanks Again, Helmut Kiessling