summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordtucker <dtucker>2003-11-22 01:11:06 +0000
committerdtucker <dtucker>2003-11-22 01:11:06 +0000
commitf4ea5fe84d138432d68efbd6afe857270c4a2ae5 (patch)
tree4948f8020328dde04856db05f78e389d62f225a3
parenta08f829ee34b6db3b19b8638890e68e7330c707d (diff)
downloadopenssh-f4ea5fe84d138432d68efbd6afe857270c4a2ae5.tar.gz
Whitespace sync
-rw-r--r--auth-krb5.c2
-rw-r--r--auth.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/auth-krb5.c b/auth-krb5.c
index 8377aed1..85949247 100644
--- a/auth-krb5.c
+++ b/auth-krb5.c
@@ -40,7 +40,6 @@ RCSID("$OpenBSD: auth-krb5.c,v 1.15 2003/11/21 11:57:02 djm Exp $");
#include "auth.h"
#ifdef KRB5
-
#include <krb5.h>
extern ServerOptions options;
@@ -105,6 +104,7 @@ auth_krb5_password(Authctxt *authctxt, const char *password)
if (problem)
goto out;
+
problem = krb5_cc_gen_new(authctxt->krb5_ctx, &krb5_fcc_ops,
&authctxt->krb5_fwd_ccache);
if (problem)
diff --git a/auth.h b/auth.h
index 34afdb49..0be1f88c 100644
--- a/auth.h
+++ b/auth.h
@@ -123,8 +123,8 @@ void krb5_cleanup_proc(Authctxt *authctxt);
#include "auth-pam.h"
-void do_authentication(Authctxt *);
-void do_authentication2(Authctxt *);
+void do_authentication(Authctxt *);
+void do_authentication2(Authctxt *);
void auth_log(Authctxt *, int, char *, char *);
void userauth_finish(Authctxt *, int, char *);