On Wed, 29 Nov 2017 20:21:47 +0000 Jeremy Harris wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> I have built, signed and uploaded RC3 of Exim 4.90 to the ftp site:
Hi,
I've still problems to compile on an actual Fedora 26 system:
gcc tls.c
In file included from tls.c:122:0:
tls-openssl.c: In function ‘verify_callback’:
tls-openssl.c:444:17: warning: implicit declaration of function ‘X509_check_host’; did you mean ‘X509_check_trust’? [-Wimplicit-function-declaration]
if ((rc = X509_check_host(cert, CCS name, 0,
^~~~~~~~~~~~~~~
X509_check_trust
tls-openssl.c: In function ‘tls_expand_session_files’:
tls-openssl.c:1072:14: error: ‘tls_ext_ctx_cb {aka struct tls_ext_ctx_cb}’ has no member named ‘is_server’
if (!cbinfo->is_server) /* client */
^~
tls-openssl.c:1092:15: error: ‘tls_ext_ctx_cb {aka struct tls_ext_ctx_cb}’ has no member named ‘is_server’
if (cbinfo->is_server)
^~
tls-openssl.c:1115:15: error: ‘tls_ext_ctx_cb {aka struct tls_ext_ctx_cb}’ has no member named ‘is_server’
if (cbinfo->is_server)
^~
make[1]: *** [Makefile:797: tls.o] Error 1
Just to inform the developers.
--Frank Elsner