summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2021-04-03 05:54:14 +0000
committerdjm <djm@openbsd.org>2021-04-03 05:54:14 +0000
commitf9c8f3f5a540c0dd092d83c13175762b6b0619cf (patch)
tree7b1ed2896d7e4faf2328960eb21ea62a3f1390ea /usr.bin
parentfix incorrect plural; from Ville Skyttä via GHPR#181 (diff)
downloadwireguard-openbsd-f9c8f3f5a540c0dd092d83c13175762b6b0619cf.tar.xz
wireguard-openbsd-f9c8f3f5a540c0dd092d83c13175762b6b0619cf.zip
whitespace (tab after space)
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/chacha.h4
-rw-r--r--usr.bin/ssh/channels.h6
-rw-r--r--usr.bin/ssh/log.h4
-rw-r--r--usr.bin/ssh/servconf.h4
4 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/ssh/chacha.h b/usr.bin/ssh/chacha.h
index 762052565d5..19a61e29423 100644
--- a/usr.bin/ssh/chacha.h
+++ b/usr.bin/ssh/chacha.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: chacha.h,v 1.4 2016/08/27 04:04:56 guenther Exp $ */
+/* $OpenBSD: chacha.h,v 1.5 2021/04/03 05:54:14 djm Exp $ */
/*
chacha-merged.c version 20080118
@@ -16,7 +16,7 @@ struct chacha_ctx {
u_int input[16];
};
-#define CHACHA_MINKEYLEN 16
+#define CHACHA_MINKEYLEN 16
#define CHACHA_NONCELEN 8
#define CHACHA_CTRLEN 8
#define CHACHA_STATELEN (CHACHA_NONCELEN+CHACHA_CTRLEN)
diff --git a/usr.bin/ssh/channels.h b/usr.bin/ssh/channels.h
index 262a59179ea..513c4156f77 100644
--- a/usr.bin/ssh/channels.h
+++ b/usr.bin/ssh/channels.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: channels.h,v 1.135 2020/09/20 05:47:25 djm Exp $ */
+/* $OpenBSD: channels.h,v 1.136 2021/04/03 05:54:14 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -174,7 +174,7 @@ struct Channel {
channel_filter_cleanup_fn *filter_cleanup;
/* keep boundaries */
- int datagram;
+ int datagram;
/* non-blocking connect */
/* XXX make this a pointer so the structure can be opaque */
@@ -184,7 +184,7 @@ struct Channel {
mux_callback_fn *mux_rcb;
void *mux_ctx;
int mux_pause;
- int mux_downstream_id;
+ int mux_downstream_id;
};
#define CHAN_EXTENDED_IGNORE 0
diff --git a/usr.bin/ssh/log.h b/usr.bin/ssh/log.h
index 43be80a439d..e5134ea2c60 100644
--- a/usr.bin/ssh/log.h
+++ b/usr.bin/ssh/log.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.h,v 1.30 2020/12/04 02:25:13 djm Exp $ */
+/* $OpenBSD: log.h,v 1.31 2021/04/03 05:54:14 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -58,7 +58,7 @@ void log_verbose_add(const char *);
void log_verbose_reset(void);
SyslogFacility log_facility_number(char *);
-const char * log_facility_name(SyslogFacility);
+const char * log_facility_name(SyslogFacility);
LogLevel log_level_number(char *);
const char * log_level_name(LogLevel);
diff --git a/usr.bin/ssh/servconf.h b/usr.bin/ssh/servconf.h
index c0bc0509a56..70e0d9a4f91 100644
--- a/usr.bin/ssh/servconf.h
+++ b/usr.bin/ssh/servconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: servconf.h,v 1.152 2021/03/12 04:08:19 dtucker Exp $ */
+/* $OpenBSD: servconf.h,v 1.153 2021/04/03 05:54:14 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -234,7 +234,7 @@ typedef struct {
struct connection_info {
const char *user;
const char *host; /* possibly resolved hostname */
- const char *address; /* remote address */
+ const char *address; /* remote address */
const char *laddress; /* local address */
int lport; /* local port */
const char *rdomain; /* routing domain if available */