aboutsummaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd23/files/patch-imtest::imtest.c
blob: 8e082841d31994c060bdb88485b4dc80d4ff7ad4 (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	Wed Mar 19 10:29:22 2003
+++ imtest/imtest.c	Sun May 11 16:47:11 2003
@@ -417,8 +417,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. 
  *