diff options
author | 2003-11-21 11:57:02 +0000 | |
---|---|---|
committer | 2003-11-21 11:57:02 +0000 | |
commit | 30e570c7ab8a046b112e59752b75a53155a0c6c7 (patch) | |
tree | 6cbc149f31f085d649f880b07b38558b325b4803 /usr.bin/ssh/auth.c | |
parent | sync with <mount.h>; from FreeBSD; (diff) | |
download | wireguard-openbsd-30e570c7ab8a046b112e59752b75a53155a0c6c7.tar.xz wireguard-openbsd-30e570c7ab8a046b112e59752b75a53155a0c6c7.zip |
unexpand and delete whitespace at EOL; ok markus@
Diffstat (limited to 'usr.bin/ssh/auth.c')
-rw-r--r-- | usr.bin/ssh/auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth.c b/usr.bin/ssh/auth.c index 6a62e542a67..3be5b0fa4bb 100644 --- a/usr.bin/ssh/auth.c +++ b/usr.bin/ssh/auth.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth.c,v 1.50 2003/09/23 20:17:11 markus Exp $"); +RCSID("$OpenBSD: auth.c,v 1.51 2003/11/21 11:57:02 djm Exp $"); #include <libgen.h> @@ -472,7 +472,7 @@ fakepw(void) memset(&fake, 0, sizeof(fake)); fake.pw_name = "NOUSER"; fake.pw_passwd = - "$2a$06$r3.juUaHZDlIbQaO2dS9FuYxL1W9M81R1Tc92PoSNmzvpEqLkLGrK"; + "$2a$06$r3.juUaHZDlIbQaO2dS9FuYxL1W9M81R1Tc92PoSNmzvpEqLkLGrK"; fake.pw_gecos = "NOUSER"; fake.pw_uid = -1; fake.pw_gid = -1; |