Skip to content

Commit 1a14c13

Browse files
committed
upstream: whitespace; no code change
OpenBSD-Commit-ID: efefc1c47e880887bdee8cd2127ca93177eaad79
1 parent 815209a commit 1a14c13

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

authfd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: authfd.c,v 1.125 2020/10/19 22:49:23 dtucker Exp $ */
1+
/* $OpenBSD: authfd.c,v 1.126 2020/10/29 02:52:43 djm Exp $ */
22
/*
33
* Author: Tatu Ylonen <[email protected]>
44
* Copyright (c) 1995 Tatu Ylonen <[email protected]>, Espoo, Finland
@@ -62,7 +62,7 @@
6262
#include "ssherr.h"
6363

6464
#define MAX_AGENT_IDENTITIES 2048 /* Max keys in agent reply */
65-
#define MAX_AGENT_REPLY_LEN (256 * 1024) /* Max bytes in agent reply */
65+
#define MAX_AGENT_REPLY_LEN (256 * 1024) /* Max bytes in agent reply */
6666

6767
/* macro to check for "agent failure" message */
6868
#define agent_failed(x) \

digest-openssl.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: digest-openssl.c,v 1.7 2017/05/08 22:57:38 djm Exp $ */
1+
/* $OpenBSD: digest-openssl.c,v 1.9 2020/10/29 02:52:43 djm Exp $ */
22
/*
33
* Copyright (c) 2013 Damien Miller <[email protected]>
44
*
@@ -56,11 +56,11 @@ struct ssh_digest {
5656

5757
/* NB. Indexed directly by algorithm number */
5858
const struct ssh_digest digests[] = {
59-
{ SSH_DIGEST_MD5, "MD5", 16, EVP_md5 },
60-
{ SSH_DIGEST_SHA1, "SHA1", 20, EVP_sha1 },
61-
{ SSH_DIGEST_SHA256, "SHA256", 32, EVP_sha256 },
59+
{ SSH_DIGEST_MD5, "MD5", 16, EVP_md5 },
60+
{ SSH_DIGEST_SHA1, "SHA1", 20, EVP_sha1 },
61+
{ SSH_DIGEST_SHA256, "SHA256", 32, EVP_sha256 },
6262
{ SSH_DIGEST_SHA384, "SHA384", 48, EVP_sha384 },
63-
{ SSH_DIGEST_SHA512, "SHA512", 64, EVP_sha512 },
63+
{ SSH_DIGEST_SHA512, "SHA512", 64, EVP_sha512 },
6464
{ -1, NULL, 0, NULL },
6565
};
6666

mux.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: mux.c,v 1.85 2020/10/18 11:32:01 djm Exp $ */
1+
/* $OpenBSD: mux.c,v 1.86 2020/10/29 02:52:43 djm Exp $ */
22
/*
33
* Copyright (c) 2002-2008 Damien Miller <[email protected]>
44
*
@@ -472,7 +472,7 @@ mux_master_process_new_session(struct ssh *ssh, u_int rid,
472472
CHAN_EXTENDED_WRITE, "client-session", /*nonblock*/0);
473473

474474
nc->ctl_chan = c->self; /* link session -> control channel */
475-
c->remote_id = nc->self; /* link control -> session channel */
475+
c->remote_id = nc->self; /* link control -> session channel */
476476
c->have_remote_id = 1;
477477

478478
if (cctx->want_tty && escape_char != 0xffffffff) {
@@ -1035,7 +1035,7 @@ mux_master_process_stdio_fwd(struct ssh *ssh, u_int rid,
10351035
free(chost);
10361036

10371037
nc->ctl_chan = c->self; /* link session -> control channel */
1038-
c->remote_id = nc->self; /* link control -> session channel */
1038+
c->remote_id = nc->self; /* link control -> session channel */
10391039
c->have_remote_id = 1;
10401040

10411041
debug2_f("channel_new: %d control %d", nc->self, nc->ctl_chan);

sftp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: sftp.c,v 1.203 2020/10/18 11:32:02 djm Exp $ */
1+
/* $OpenBSD: sftp.c,v 1.204 2020/10/29 02:52:43 djm Exp $ */
22
/*
33
* Copyright (c) 2001-2004 Damien Miller <[email protected]>
44
*
@@ -1172,7 +1172,7 @@ undo_glob_escape(char *s)
11721172
* last argument's quote has been properly terminated or 0 otherwise.
11731173
* This parameter is only of use if "sloppy" is set.
11741174
*/
1175-
#define MAXARGS 128
1175+
#define MAXARGS 128
11761176
#define MAXARGLEN 8192
11771177
static char **
11781178
makeargv(const char *arg, int *argcp, int sloppy, char *lastquote,

ssh-keygen.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: ssh-keygen.c,v 1.421 2020/10/18 11:32:02 djm Exp $ */
1+
/* $OpenBSD: ssh-keygen.c,v 1.422 2020/10/29 02:52:43 djm Exp $ */
22
/*
33
* Author: Tatu Ylonen <[email protected]>
44
* Copyright (c) 1994 Tatu Ylonen <[email protected]>, Espoo, Finland
@@ -3101,7 +3101,7 @@ usage(void)
31013101
" ssh-keygen -Y check-novalidate -n namespace -s signature_file\n"
31023102
" ssh-keygen -Y sign -f key_file -n namespace file ...\n"
31033103
" ssh-keygen -Y verify -f allowed_signers_file -I signer_identity\n"
3104-
" -n namespace -s signature_file [-r revocation_file]\n");
3104+
" -n namespace -s signature_file [-r revocation_file]\n");
31053105
exit(1);
31063106
}
31073107

sshconnect2.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: sshconnect2.c,v 1.331 2020/10/18 11:32:02 djm Exp $ */
1+
/* $OpenBSD: sshconnect2.c,v 1.332 2020/10/29 02:52:43 djm Exp $ */
22
/*
33
* Copyright (c) 2000 Markus Friedl. All rights reserved.
44
* Copyright (c) 2008 Damien Miller. All rights reserved.
@@ -1604,8 +1604,8 @@ key_type_allowed_by_config(struct sshkey *key)
16041604

16051605
/*
16061606
* try keys in the following order:
1607-
* 1. certificates listed in the config file
1608-
* 2. other input certificates
1607+
* 1. certificates listed in the config file
1608+
* 2. other input certificates
16091609
* 3. agent keys that are found in the config file
16101610
* 4. other agent keys
16111611
* 5. keys that are only listed in the config file

0 commit comments

Comments
 (0)