From 4f9f42a9bb6a6aa8f6100d873dc6344f2f9994de Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 10 May 2003 19:28:02 +1000 Subject: - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with proper challenge-response module --- auth2-pam.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 auth2-pam.h (limited to 'auth2-pam.h') diff --git a/auth2-pam.h b/auth2-pam.h deleted file mode 100644 index c54f811c..00000000 --- a/auth2-pam.h +++ /dev/null @@ -1,8 +0,0 @@ -/* $Id: auth2-pam.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ - -#include "includes.h" -#ifdef USE_PAM - -int auth2_pam(Authctxt *authctxt); - -#endif /* USE_PAM */ -- cgit v1.2.3