Date: Tue, 2 Jun 2015 07:51:17 -0400 From: Ryan Steinmetz <zi@freebsd.org> To: Bryan Drewery <bdrewery@FreeBSD.org> Cc: Adam McDougall <mcdouga9@egr.msu.edu>, ports@freebsd.org Subject: Re: Fwd: Re: svn commit: r386904 - in head/www/apache22: . files Message-ID: <20150602115116.GA62387@exodus.zi0r.com> In-Reply-To: <556CB6C8.2070103@FreeBSD.org> References: <20150531132958.GB1034@egr.msu.edu> <556CB6C8.2070103@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Adam, Please test the following patch. It should be placed in the files directory and should resolve the error you saw. https://people.freebsd.org/~zi/patch-modules_ssl_ssl__engine__dh.c You can then build the build as usual after running a 'make clean' -r On (06/01/15 14:47), Bryan Drewery wrote: >On 5/31/2015 8:29 AM, Adam McDougall wrote: >> Is anyone else getting this issue? I had to revert the change on my systems. >> Thanks. >> > >Yes it looks incomplete. Nothing is providing get_dh2048. > >> work/httpd-2.2.29/modules/ssl/ssl_engine_dh.c:static DH *get_dh512(void) >> work/httpd-2.2.29/modules/ssl/ssl_engine_dh.c:static DH *get_dh1024(void) >> work/httpd-2.2.29/modules/ssl/ssl_engine_dh.c: dh = get_dh2048(); >> work/httpd-2.2.29/modules/ssl/ssl_engine_dh.c: dh = get_dh3072(); >> work/httpd-2.2.29/modules/ssl/ssl_engine_dh.c: dh = get_dh3072(); > >The module is only providing 512 and 1024 but not 2048 and 3072 symbols. > > >-- >Regards, >Bryan Drewery > -- Ryan Steinmetz PGP: 9079 51A3 34EF 0CD4 F228 EDC6 1EF8 BA6B D028 46D7
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150602115116.GA62387>