From 19cde66486e27063a9af8cfd79c6eb7f106b9111 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 28 Apr 2019 16:01:14 -0600 Subject: * Compilation failure in Solaris when ldap is enabled. Reported by "mechanic" in comp.mail.pine. * Configure script modifications to set the ldap-dir value correctly. * Fix some typos in documentation. --- imap/src/osdep/unix/ssl_unix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'imap/src/osdep/unix/ssl_unix.c') diff --git a/imap/src/osdep/unix/ssl_unix.c b/imap/src/osdep/unix/ssl_unix.c index 05eabce3..53c5d05a 100644 --- a/imap/src/osdep/unix/ssl_unix.c +++ b/imap/src/osdep/unix/ssl_unix.c @@ -230,9 +230,9 @@ const SSL_METHOD *ssl_connect_mthd(int flag, int *min, int *max) #ifdef TLS1_3_VERSION : (flag & NET_TRYTLS1_3) ? TLS1_3_VERSION #else - : (flag & NET_TRYTLS1_3) ? INT_MAX + : (flag & NET_TRYTLS1_3) ? -2 #endif - : 0L; + : 0; *min = *(int *) mail_parameters(NULL, GET_ENCRYPTION_RANGE_MIN, NULL); *max = *(int *) mail_parameters(NULL, GET_ENCRYPTION_RANGE_MAX, NULL); -- cgit v1.2.3-54-g00ecf