1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-09-02 17:21:15 +03:00

get rid of SSH_OPTIONS

This commit is contained in:
Aris Adamantiadis
2009-09-23 22:13:19 +02:00
parent 9a8d4cd0fd
commit 0e8e124d20
11 changed files with 69 additions and 70 deletions

View File

@@ -502,7 +502,7 @@ static int auth_kbdint(ssh_session session){
int main(int argc, char **argv){
ssh_session session;
SSH_OPTIONS *options;
ssh_options options;
int auth=0;
char *password;
char *banner;