diff options
author | Damien Miller <djm@mindrot.org> | 2000-04-12 10:45:05 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-04-12 10:45:05 +0200 |
commit | efb4afe0265333ce554f699c2a19ae249dd8d1b5 (patch) | |
tree | 8fe5e0bb9791e7fa3d1788084ae669f7a9dcd2e0 /auth.h | |
parent | - Only set define entropy collection macros if they are found (diff) | |
download | openssh-efb4afe0265333ce554f699c2a19ae249dd8d1b5.tar.xz openssh-efb4afe0265333ce554f699c2a19ae249dd8d1b5.zip |
- More large OpenBSD CVS updates:
- [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
[session.h ssh.h sshd.c README.openssh2]
ssh2 server side, see README.openssh2; enable with 'sshd -2'
- [channels.c]
no adjust after close
- [sshd.c compat.c ]
interop w/ latest ssh.com windows client.
Diffstat (limited to 'auth.h')
-rw-r--r-- | auth.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,5 +2,9 @@ #define AUTH_H void do_authentication(void); +void do_authentication2(void); + +struct passwd * +auth_get_user(void); #endif |