opt/cyrus-sasl/cyrus-sasl-2.1.21-crypt.patch
2006-04-18 20:47:35 +00:00

11 lines
312 B
Diff

--- cyrus-sasl-2.1.21/saslauthd/auth_shadow.c 2004-04-27 17:56:23.000000000 +0200
+++ cyrus-sasl-2.1.21-new/saslauthd/auth_shadow.c 2006-04-18 22:42:15.000000000 +0200
@@ -45,6 +45,7 @@
# include <time.h>
# include <pwd.h>
# include <syslog.h>
+# include <crypt.h>
# ifndef HAVE_GETSPNAM
# ifdef WITH_DES