aboutsummaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd24/files/patch-imtest::imtest.c
blob: 30b84fb9556a56101a55cf5c867bfc9d8736468c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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. 
  *