https://bz.apache.org/bugzilla/show_bug.cgi?id=62346
--- Comment #6 from gessel <[email protected]> --- Thanks Yann, Yeah, crude and bumbling, but thanks for the new patch. modules/md/md_crypt.c already has the patch. The ones for modules/ssl/... succeeded. However, building with the patches yields: (I reverted the system and successfully test built - of course while the shipping version builds, it won't start due to the OPENSSL_malloc_init). --- ssl_engine_init.slo --- 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/local/include/openssl/dh.h:195:5: note: previous declaration is here int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); ^ 1 error generated. *** [ssl_engine_init.slo] Error code 1 According to some helpful people on the libressl list, it may be sufficient to simply comment out the OPENSSL_malloc_init(); line. I'm going to revert and try that next. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
