> On Apr 16, 2018, at 1:02 PM, Lena--- via Exim-users <exim-users@exim.org> 
> wrote:
> 
> Had someone this error?  Using port:
> 
> cc tls.c
> In file included from tls.c:122:
> tls-openssl.c: In function `tls_refill':
> tls-openssl.c:2499: error: structure has no member named `verify_stack'
> tls-openssl.c:2502: error: structure has no member named `verify_stack'
> tls-openssl.c: In function `tls_close':
> tls-openssl.c:2778: error: structure has no member named `verify_stack'
> tls-openssl.c:2779: error: structure has no member named `verify_stack'
> *** Error code 1
> Stop in /usr/ports/mail/exim/work/exim-4.91/build-FreeBSD-i386.
> 
> # /usr/local/bin/openssl version
> OpenSSL 1.0.2o  27 Mar 2018

The structure in question has that field subject to "#ifndef DISABLE_OCSP":

  
https://github.com/Exim/exim/blob/6372d4c990f39ba6ad84a91af0a3a61a63bd50a3/src/src/tls-openssl.c#L155

so its use should also be similarly subject to the same constraint.

-- 
        Viktor.


-- 
## 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