diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-23 22:13:19 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-23 22:13:19 +0200 |
commit | 0e8e124d2023736c973ce8e06f4776efd1edb096 (patch) | |
tree | a713a4cdee7a21b4c4dceaa0e34b71fa67edbfb4 /sample.c | |
parent | 9a8d4cd0fdd18127065cacbc11296933669ea9ca (diff) | |
download | libssh-0e8e124d2023736c973ce8e06f4776efd1edb096.tar.gz libssh-0e8e124d2023736c973ce8e06f4776efd1edb096.tar.xz libssh-0e8e124d2023736c973ce8e06f4776efd1edb096.zip |
get rid of SSH_OPTIONS
Diffstat (limited to 'sample.c')
-rw-r--r-- | sample.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |