diff options
Diffstat (limited to 'crypto/openssh/auth2-pam.h')
-rw-r--r-- | crypto/openssh/auth2-pam.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/crypto/openssh/auth2-pam.h b/crypto/openssh/auth2-pam.h deleted file mode 100644 index c54f811cfa0df..0000000000000 --- a/crypto/openssh/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 */ |