]> andersk Git - openssh.git/blobdiff - ssh.h
- Removed most of the pam code into its own file auth-pam.[ch]. This
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 5b676f4d1b3de34fb2d274b1a10a57029d5567c5..d62a9e1e148be67db9c4ad0035cb5d660ad8aa75 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -741,4 +741,8 @@ char   *skey_fake_keyinfo(char *username);
 int    auth_skey_password(struct passwd * pw, const char *password);
 #endif                         /* SKEY */
 
+#ifdef USE_PAM
+#include "auth-pam.h"
+#endif /* USE_PAM */
+
 #endif                         /* SSH_H */
This page took 0.088433 seconds and 4 git commands to generate.