]> andersk Git - openssh.git/blobdiff - auth1.c
- provos@cvs.openbsd.org 2002/03/18 01:12:14
[openssh.git] / auth1.c
diff --git a/auth1.c b/auth1.c
index 013c741886bfafc929a88fe20ec1089fead92656..4c295215f20c549a4c10be5594d5eb2d99d1efba 100644 (file)
--- a/auth1.c
+++ b/auth1.c
@@ -10,7 +10,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth1.c,v 1.36 2002/03/17 20:25:56 provos Exp $");
+RCSID("$OpenBSD: auth1.c,v 1.37 2002/03/18 01:12:14 provos Exp $");
 
 #include "xmalloc.h"
 #include "rsa.h"
@@ -355,7 +355,7 @@ do_authloop(Authctxt *authctxt)
  * Performs authentication of an incoming connection.  Session key has already
  * been exchanged and encryption is enabled.
  */
-void
+Authctxt *
 do_authentication(void)
 {
        Authctxt *authctxt;
@@ -418,6 +418,5 @@ do_authentication(void)
        packet_send();
        packet_write_wait();
 
-       /* Perform session preparation. */
-       do_authenticated(authctxt);
+       return (authctxt);
 }
This page took 0.040168 seconds and 4 git commands to generate.