summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/auth2-pam.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/auth2-pam.h')
-rw-r--r--crypto/openssh/auth2-pam.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/openssh/auth2-pam.h b/crypto/openssh/auth2-pam.h
new file mode 100644
index 0000000..c54f811
--- /dev/null
+++ b/crypto/openssh/auth2-pam.h
@@ -0,0 +1,8 @@
+/* $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 */
OpenPOWER on IntegriCloud