mirror of git://anongit.mindrot.org/openssh.git
Whitespace sync
This commit is contained in:
parent
787b2ec18c
commit
ec217adf70
|
@ -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)
|
||||
|
|
4
auth.h
4
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 *);
|
||||
|
|
Loading…
Reference in New Issue