Upgrading from 2.3.8 * The default value of the allowplaintext option has been changed to disabled (0). If you need to allow cleartext passwords on the wire, then you will have to explicitly enable the allowplaintext option in imapd.conf.
15 lines
367 B
C
15 lines
367 B
C
Index: imtest/imtest.c
|
|
diff -u imtest/imtest.c.orig imtest/imtest.c
|
|
--- imtest/imtest.c.orig Sun Jul 13 05:10:56 2003
|
|
+++ imtest/imtest.c Fri Jul 18 00:52:29 2003
|
|
@@ -419,8 +420,8 @@
|
|
}
|
|
|
|
|
|
-char *var_tls_CAfile="";
|
|
-char *var_tls_CApath="";
|
|
+static char *var_tls_CAfile="";
|
|
+static char *var_tls_CApath="";
|
|
/*
|
|
* This is the setup routine for the SSL client.
|
|
*
|