diff -urN ../exim-4.95.orig/src/tls-openssl.c ./src/tls-openssl.c --- ../exim-4.95.orig/src/tls-openssl.c 2021-09-28 11:24:46.000000000 +0300 +++ ./src/tls-openssl.c 2022-08-23 12:24:55.887662000 +0300 @@ -2553,7 +2553,7 @@ No OpenSSL version number checks: the options we accept depend upon the availability of the option value macros from OpenSSL. */ -if (!init_options) +//if (!init_options) if (!tls_openssl_options_parse(openssl_options, &init_options)) return tls_error(US"openssl_options parsing failed", host, NULL, errstr);