ports/databases/cyrus-imspd/files/patch-ae
Hajimu UMEMOTO b211a1e6c4 moving saslv1 includes files to make it easier to add saslv2
PR:		ports/40288
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	knu
2002-07-28 17:26:12 +00:00

11 lines
237 B
Text

--- lib/imclient.c.orig Mon Oct 1 23:00:28 2001
+++ lib/imclient.c Mon Oct 1 22:43:05 2001
@@ -64,7 +64,7 @@
#include <sys/select.h>
#endif
-#include <sasl.h>
+#include <sasl1/sasl.h>
#ifdef HAVE_SSL
#include <openssl/lhash.h>