Get rid of SSH_MESSAGE

This commit is contained in:
Aris Adamantiadis
2009-09-23 22:19:11 +02:00
parent 0e8e124d20
commit 496a8e12d9
7 changed files with 86 additions and 87 deletions

View File

@@ -43,7 +43,7 @@ int main(int argc, char **argv){
ssh_options options=ssh_options_new();
ssh_session session;
SSH_BIND *ssh_bind;
SSH_MESSAGE *message;
ssh_message message;
ssh_channel chan=0;
ssh_buffer buf;
int auth=0;