On Nov 7, 2017, at 10:15 AM, Stefan Paetow <Stefan.Paetow at jisc.ac.uk> wrote: > >>> Actually, yes... I assume FR builds ok with OpenSSL 1.1? >> >> Yes. That's all fixed. > > Do you use any specific #DEFINE for OpenSSL 1.1 that I can hook into? #if OPENSSL_VERSION_NUMBER >= 0x10100000L See src/main/tls.c for lots of this. Alan DeKok.