From efb4afe0265333ce554f699c2a19ae249dd8d1b5 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 12 Apr 2000 18:45:05 +1000 Subject: - 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. --- auth.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'auth.h') diff --git a/auth.h b/auth.h index 80517772..3771e826 100644 --- a/auth.h +++ b/auth.h @@ -2,5 +2,9 @@ #define AUTH_H void do_authentication(void); +void do_authentication2(void); + +struct passwd * +auth_get_user(void); #endif -- cgit v1.2.1