mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-24 10:52:05 +00:00
Whitespace
This commit is contained in:
parent
d7f6615e78
commit
4e0dbd07cf
@ -43,7 +43,7 @@ auth_skey_password(struct passwd * pw, const char *password)
|
||||
return -1;
|
||||
}
|
||||
|
||||
+ /* from %OpenBSD: skeylogin.c,v 1.32 1999/08/16 14:46:56 millert Exp % */
|
||||
/* from %OpenBSD: skeylogin.c,v 1.32 1999/08/16 14:46:56 millert Exp % */
|
||||
|
||||
#define ROUND(x) (((x)[0] << 24) + (((x)[1]) << 16) + (((x)[2]) << 8) + \
|
||||
((x)[3]))
|
||||
|
Loading…
Reference in New Issue
Block a user