Author: Duncan Findlay <duncf@debian.org>
Description: fix crypt related build error

Index: francine-0.99.8+orig/configure.in
===================================================================
--- francine-0.99.8+orig.orig/configure.in	2001-04-24 19:06:49.000000000 +0200
+++ francine-0.99.8+orig/configure.in	2016-01-21 22:48:49.106521851 +0100
@@ -20,6 +20,7 @@
 
 AC_CHECK_LIB(slang,SLang_init_all)
 AC_CHECK_LIB(pam,pam_end)
+AC_CHECK_LIB(crypt,crypt)
 
 dnl Checks for header files.
 AC_HEADER_STDC
Index: francine-0.99.8+orig/src/authenticated.c
===================================================================
--- francine-0.99.8+orig.orig/src/authenticated.c	2001-04-24 19:18:55.000000000 +0200
+++ francine-0.99.8+orig/src/authenticated.c	2016-01-21 22:49:30.346726350 +0100
@@ -48,16 +48,6 @@
 
 
 
-/*
- * I couldn't find the header for
- * the declaration of crypt, so I just inserted
- * the declaration from the manpage literally.
- */
-
-char *crypt(const char *key, const char *salt);
-
-
-
 #define __AUTHENTICATED__		0
 #define __WRONG_PASSWORD__		1
 #define __USER_EXPIRED__		2
