diff options
author | djm@openbsd.org <djm@openbsd.org> | 2020-10-29 03:52:43 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-10-29 03:54:13 +0100 |
commit | 1a14c13147618144d1798c36a588397ba9008fcc (patch) | |
tree | e6948cbaa84207e9262993355072ee981ed812dc /authfd.c | |
parent | upstream: UpdateHostkeys: fixed/better detection of host keys that (diff) | |
download | openssh-1a14c13147618144d1798c36a588397ba9008fcc.tar.xz openssh-1a14c13147618144d1798c36a588397ba9008fcc.zip |
upstream: whitespace; no code change
OpenBSD-Commit-ID: efefc1c47e880887bdee8cd2127ca93177eaad79
Diffstat (limited to 'authfd.c')
-rw-r--r-- | authfd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: authfd.c,v 1.125 2020/10/19 22:49:23 dtucker Exp $ */ +/* $OpenBSD: authfd.c,v 1.126 2020/10/29 02:52:43 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -62,7 +62,7 @@ #include "ssherr.h" #define MAX_AGENT_IDENTITIES 2048 /* Max keys in agent reply */ -#define MAX_AGENT_REPLY_LEN (256 * 1024) /* Max bytes in agent reply */ +#define MAX_AGENT_REPLY_LEN (256 * 1024) /* Max bytes in agent reply */ /* macro to check for "agent failure" message */ #define agent_failed(x) \ |