Re: [exim] Exim 4.90 RC3 uploaded

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] Exim 4.90 RC3 uploaded
On 30/11/17 12:46, Frank Elsner wrote:
> # grep -r X509_check_host /usr/include
> /usr/include/mysql/private/ssl_compat.h:#define HAVE_X509_check_host 1
> /usr/include/openssl/x509v3.h:int X509_check_host(X509 *x, const char *chk, size_t chklen,


Good. It should be included via the path
tls.c - tlscert-openssl.c - <openssl/x509v3.h>.

You'll need to work out why that isn't working for you.
-J