]> andersk Git - openssh.git/blobdiff - auth.h
- (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
[openssh.git] / auth.h
diff --git a/auth.h b/auth.h
index c4a8ac54407a67811efd5712a8d4a6bc3c813613..ef392ace5ca6e60850492f294542ef33e364503a 100644 (file)
--- a/auth.h
+++ b/auth.h
@@ -34,6 +34,9 @@ struct Authctxt {
        struct passwd *pw;
 };
 
+#include "auth-pam.h"
+#include "auth2-pam.h"
+
 void   do_authentication(void);
 void   do_authentication2(void);
 
This page took 0.146983 seconds and 4 git commands to generate.