opt/cyrus-sasl/cyrus-sasl-2.1.21-crypt.patch

13 lines
304 B
Diff
Raw Normal View History

Index: saslauthd/auth_shadow.c
--- saslauthd/auth_shadow.c 2005-11-30 21:49:20.000000000 +0100
+++ saslauthd/auth_shadow.c 2005-11-30 21:49:41.000000000 +0100
@@ -45,6 +45,7 @@
# include <time.h>
# include <pwd.h>
# include <syslog.h>
+# include <crypt.h>
# ifndef HAVE_GETSPNAM
# ifdef WITH_DES