summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/channels.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-03-20 18:35:12 +0000
committerderaadt <deraadt@openbsd.org>2006-03-20 18:35:12 +0000
commit0234b86b02171872366d453616b195ef622a076e (patch)
tree6ec074093843e490a49621e5133e663b7c74456d /usr.bin/ssh/channels.c
parentspacing (diff)
downloadwireguard-openbsd-0234b86b02171872366d453616b195ef622a076e.tar.xz
wireguard-openbsd-0234b86b02171872366d453616b195ef622a076e.zip
x11_fake_data is only ever used as u_char *
Diffstat (limited to 'usr.bin/ssh/channels.c')
-rw-r--r--usr.bin/ssh/channels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/channels.c b/usr.bin/ssh/channels.c
index ad40eb76cbf..27c2388b119 100644
--- a/usr.bin/ssh/channels.c
+++ b/usr.bin/ssh/channels.c
@@ -128,7 +128,7 @@ static u_int x11_saved_data_len = 0;
* Fake X11 authentication data. This is what the server will be sending us;
* we should replace any occurrences of this by the real data.
*/
-static char *x11_fake_data = NULL;
+static u_char *x11_fake_data = NULL;
static u_int x11_fake_data_len;