X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/613a03d42cf64f31e01db40a3c3d517b354d5389..6d95688d6a272297a6a47f2fd2695cc8e5b8b730:/src/src/tls-openssl.c diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c index e219f5cc1..d6867200c 100644 --- a/src/src/tls-openssl.c +++ b/src/src/tls-openssl.c @@ -148,7 +148,7 @@ Plus SSL_OP_NO_TLSv1_3 for 1.1.2-dev static exim_openssl_option exim_openssl_options[] = { /* KEEP SORTED ALPHABETICALLY! */ #ifdef SSL_OP_ALL - { US"all", SSL_OP_ALL }, + { US"all", (long) SSL_OP_ALL }, #endif #ifdef SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION { US"allow_unsafe_legacy_renegotiation", SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION },