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
signature.asc
Description: OpenPGP digital signature
