https://bz.apache.org/bugzilla/show_bug.cgi?id=62346
--- Comment #4 from gessel <[email protected]> --- Failed attempt below: make clean && make distclean && make cd /var/ports/usr/ports/www/apache24/work/httpd-2.4.33/modules/ssl/ mv ssl_engine_init.c ssl_engine_init.c.orig mv mod_ssl.c mod_ssl.c.orig mv ssl_private.h ssl_private.h.orig wget -O ssl_engine_init.c 'https://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_engine_init.c?revision=1830522&view=co&pathrev=1830522' wget -O mod_ssl.c 'https://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/mod_ssl.c?revision=1828222&view=co&pathrev=1828222' wget -O ssl_private.h 'https://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_private.h?revision=1828222&view=co&pathrev=1828222' cd ../md/ mv md_crypt.c.orig md_crypt.c.pre-182822 mv md_crypt.c md_crypt.c.orig wget -O md_crypt.c 'https://svn.apache.org/viewvc/httpd/httpd/trunk/modules/md/md_crypt.c?revision=1828222&view=co&pathrev=1828222' cd /usr/ports/www/apache24 make makepatch make clean && make distclean portmaster yields --- 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 :( -- 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]
