From 14eb593af3c41ea439f01d34aaae497d8420f316 Mon Sep 17 00:00:00 2001 From: Ruben Garcia Azuara Date: Tue, 6 Apr 2010 19:39:41 +0200 Subject: Fixed solaris compilation warning and ignore case at host parameter. - Suppress compilation warning in solaris caused by a comma at the end of the last value. - Ignore case at host parameter in config file Signed-off-by: Ruben Garcia Azuara Signed-off-by: Andreas Schneider --- include/libssh/libssh.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/libssh/libssh.h') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 462be33..1968d09 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -165,7 +165,7 @@ enum ssh_requests_e { SSH_REQUEST_CHANNEL_OPEN, SSH_REQUEST_CHANNEL, SSH_REQUEST_SERVICE, - SSH_REQUEST_GLOBAL, + SSH_REQUEST_GLOBAL }; enum ssh_channel_type_e { @@ -183,7 +183,7 @@ enum ssh_channel_requests_e { SSH_CHANNEL_REQUEST_SHELL, SSH_CHANNEL_REQUEST_ENV, SSH_CHANNEL_REQUEST_SUBSYSTEM, - SSH_CHANNEL_REQUEST_WINDOW_CHANGE, + SSH_CHANNEL_REQUEST_WINDOW_CHANGE }; enum ssh_publickey_state_e { @@ -204,7 +204,7 @@ enum ssh_server_known_e { SSH_SERVER_KNOWN_OK, SSH_SERVER_KNOWN_CHANGED, SSH_SERVER_FOUND_OTHER, - SSH_SERVER_FILE_NOT_FOUND, + SSH_SERVER_FILE_NOT_FOUND }; #ifndef MD5_DIGEST_LEN -- cgit