From 90f60801f8508807b6d9b146a5e12bd42745edc0 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Thu, 11 Dec 2008 14:52:19 +0000 Subject: some type fixes --- src/connectionList.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/connectionList.cpp') diff --git a/src/connectionList.cpp b/src/connectionList.cpp index d272a03..a0d4abf 100644 --- a/src/connectionList.cpp +++ b/src/connectionList.cpp @@ -116,12 +116,12 @@ ConnectionParam & ConnectionList::getOrNewConnectionUnlocked(u_int16_t mux) if(it!=connections_.end()) return it->second; - uint8_t key[] = { + u_int8_t key[] = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p' }; - uint8_t salt[] = { + u_int8_t salt[] = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n' }; -- cgit v1.2.3