Re: [exim] Exim 4.96-RC0 released

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] Exim 4.96-RC0 released
On 25/04/2022 15:03, Frank Elsner via Exim-users wrote:
> tls-openssl.c:3344:14: warning: implicit declaration of function ‘event_raise’ [-Wimplicit-function-declaration]
>   3344 |       (void) event_raise(event_action, US"tls:fail:connect", *errstr, NULL);


> What now?


Probably a missing guard
#ifndef DISABLE_EVENT

for that one line (and you are compiling
with DISABLE_EVENT).

Thanks for finding this.
--
Cheers,
Jeremy