Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssh/dist Remove extra whitespace ins...



details:   https://anonhg.NetBSD.org/src/rev/0e3649f8d3bf
branches:  trunk
changeset: 377314:0e3649f8d3bf
user:      rin <rin%NetBSD.org@localhost>
date:      Fri Jul 07 07:04:17 2023 +0000

description:
Remove extra whitespace inserted during merge. No binary changes.

diffstat:

 crypto/external/bsd/openssh/dist/auth-passwd.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r b39e6b63001c -r 0e3649f8d3bf crypto/external/bsd/openssh/dist/auth-passwd.c
--- a/crypto/external/bsd/openssh/dist/auth-passwd.c    Fri Jul 07 07:02:59 2023 +0000
+++ b/crypto/external/bsd/openssh/dist/auth-passwd.c    Fri Jul 07 07:04:17 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: auth-passwd.c,v 1.12 2021/03/05 17:47:15 christos Exp $        */
+/*     $NetBSD: auth-passwd.c,v 1.13 2023/07/07 07:04:17 rin Exp $     */
 /* $OpenBSD: auth-passwd.c,v 1.48 2020/10/18 11:32:01 djm Exp $ */
 
 /*
@@ -39,7 +39,7 @@
  */
 
 #include "includes.h"
-__RCSID("$NetBSD: auth-passwd.c,v 1.12 2021/03/05 17:47:15 christos Exp $");
+__RCSID("$NetBSD: auth-passwd.c,v 1.13 2023/07/07 07:04:17 rin Exp $");
 #include <sys/types.h>
 
 #include <login_cap.h>
@@ -94,9 +94,9 @@ auth_password(struct ssh *ssh, const cha
 #ifdef KRB5
        if (options.kerberos_authentication == 1) {
                int ret = auth_krb5_password(authctxt, password);
-               if (ret == 1 || ret == 0)
-                       return ret && ok;
-               /* Fall back to ordinary passwd authentication. */
+               if (ret == 1 || ret == 0)
+                       return ret && ok;
+               /* Fall back to ordinary passwd authentication. */
        }
 #endif
 



Home | Main Index | Thread Index | Old Index