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

--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to