summaryrefslogtreecommitdiff
path: root/auth2.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth2.c b/auth2.c
index 4f9b8496e..2042d1bb7 100644
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: auth2.c,v 1.47 2001/03/20 18:57:04 markus Exp $"); 26RCSID("$OpenBSD: auth2.c,v 1.48 2001/03/21 11:43:44 markus Exp $");
27 27
28#include <openssl/evp.h> 28#include <openssl/evp.h>
29 29
@@ -120,7 +120,7 @@ do_authentication2()
120 dispatch_init(&protocol_error); 120 dispatch_init(&protocol_error);
121 dispatch_set(SSH2_MSG_SERVICE_REQUEST, &input_service_request); 121 dispatch_set(SSH2_MSG_SERVICE_REQUEST, &input_service_request);
122 dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt); 122 dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt);
123 do_authenticated2(authctxt); 123 do_authenticated(authctxt);
124} 124}
125 125
126void 126void