Mailing List Archive

There might be a missing directive #ifdef SUPPORT_DANE
Hello

exim 4.97

I tried to build exim without SUPPORT_DANE=yes and got an error:


tls-openssl.c: In function 'tls_client_stapling_cb':
tls-openssl.c:2611:18: error: 'tls_support' has no member named
'dane_verified'
2611 | if ( tls_out.dane_verified
| ^


As far as I understand, tls-openssl.c may be missing the #ifdef
SUPPORT_DANE directive inside #ifdef
EXIM_HAVE_OPENSSL_OCSP_RESP_GET0_SIGNER ... #endif


--
Best wishes Victor Ustugov
mailto:victor@corvax.kiev.ua
public GnuPG/PGP key: https://victor.corvax.kiev.ua/corvax.asc

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-users-unsubscribe@lists.exim.org
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/
Re: There might be a missing directive #ifdef SUPPORT_DANE [ In reply to ]
On 07/11/2023 13:58, Victor Ustugov via Exim-users wrote:
> tls-openssl.c:2611:18: error: 'tls_support' has no member named
> 'dane_verified'
> 2611 | if ( tls_out.dane_verified

Thanks for the report. 37b849dca4df addresses.
--
Cheers,
Jeremy


--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-users-unsubscribe@lists.exim.org
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/