From 4ae97f1885daee4b6ccfa2b5062530d26cb38806 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 26 Mar 2006 14:08:10 +1100 Subject: - deraadt@cvs.openbsd.org 2006/03/20 18:35:12 [channels.c] x11_fake_data is only ever used as u_char * --- channels.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels.c') diff --git a/channels.c b/channels.c index d1649300..239da8e9 100644 --- a/channels.c +++ b/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; -- cgit v1.2.3