blob: a2b5529e7c2f9c5433befd06e8e372464c326fe8 (
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 May 11 17:48:08 2003
+++ imtest/imtest.c Sun May 11 17:50:04 2003
@@ -291,8 +291,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.
*
|