On Thu, 30 Nov 2017 12:21:42 +0000 Jeremy Harris wrote: > On 30/11/17 10:40, Jeremy Harris wrote: > > On 30/11/17 10:19, Frank Elsner wrote: > >> On Thu, 30 Nov 2017 09:44:02 +0000 Jeremy Harris wrote: > >>> [jgh@armadillo ~]$ uname -a > >>> Linux armadillo.vm.dom.ain 4.13.12-200.fc26.aarch64 #1 SMP Wed Nov 8 > >>> 16:31:35 UTC 2017 aarch64 aarch64 aarch64 GNU/Linux > >>> [jgh@armadillo ~]$ grep -r X509_check_host /usr/include > >>> /usr/include/openssl/x509v3.h:int X509_check_host(X509 *x, const char > >>> *chk, size_t chklen, > >>> /usr/include/mysql/private/ssl_compat.h:#define HAVE_X509_check_host 1 > >>> [jgh@armadillo ~]$ > >> > >> I should have scrolled more :-( Sorry. > >> > >> I don't have /usr/include/mysql/private/ssl_compat.h. > > But wait; what does your /usr/include/openssl/x509v3.h have in this > regard?
# 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, [root@siffux exim-4.90_RC3]# --Frank Elsner -- ## 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/
