mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
Get rid of SSH_MESSAGE
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user