On 04/12/17 09:35, Frank Elsner wrote: > # 1 "tlscert-openssl.c" 1 > # 1 "/usr/include/openssl/x509v3.h" 1 3 4 > > which (for me) seems to be correct compared to the sequence mentioned > by you on Thu, 30 Nov 2017 13:37:04
Good so far. Now start editing that file, adding "#warning foo" lines in semirandom places between the start and the line that defines X509_check_host(). I'm guessing there's some guarding "#ifdef" that results in that line being skipped; if so the next job will be to locate where the guard is defined. Probably best to take a copy of the original before you do any edits, for replacement later. -- Cheers, Jeremy -- ## 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/
