mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
32b3cf1b92
Since there are some issue to upgrading from 2.2.0-ALPHA, you should read /usr/local/share/doc/cyrus-imapd22/install-upgrade.html before upgrading your server.
24 lines
513 B
C
24 lines
513 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
|
|
@@ -51,6 +51,7 @@
|
|
#include <sys/stat.h>
|
|
#include <fcntl.h>
|
|
|
|
+#include <limits.h>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
@@ -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.
|
|
*
|