summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authordjm <djm>2002-03-13 01:47:54 +0000
committerdjm <djm>2002-03-13 01:47:54 +0000
commitaee643ed80571221e9fe252a9c67903324010c2b (patch)
treeeceab9f1aed7bc71355ea6def4bcadf6e0f23b67 /auth.h
parent14ec045decce3c41bf1de2f432c899963471a808 (diff)
downloadopenssh-aee643ed80571221e9fe252a9c67903324010c2b.tar.gz
Import of Niels Provos' 20020312 ssh-complete.diff
PAM, Cygwin and OSF SIA will not work for sure
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth.h b/auth.h
index c7175405..9b5b19f6 100644
--- a/auth.h
+++ b/auth.h
@@ -121,8 +121,8 @@ void krb5_cleanup_proc(void *authctxt);
#include "auth-pam.h"
#include "auth2-pam.h"
-void do_authentication(void);
-void do_authentication2(void);
+Authctxt *do_authentication(void);
+Authctxt *do_authentication2(void);
Authctxt *authctxt_new(void);
void auth_log(Authctxt *, int, char *, char *);