diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-26 00:36:02 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-26 00:36:02 +0200 |
commit | adbb087221a90ef1fa687ae5d9575eedd77bcd06 (patch) | |
tree | 4c2d9fdc9a4371f1794bb7604e901da8516732f2 /libssh/dh.c | |
parent | 3a8d839e8604bf66c04ad0b46e51402428a88b1a (diff) | |
download | libssh-adbb087221a90ef1fa687ae5d9575eedd77bcd06.tar.gz libssh-adbb087221a90ef1fa687ae5d9575eedd77bcd06.tar.xz libssh-adbb087221a90ef1fa687ae5d9575eedd77bcd06.zip |
Removed obsolete options
Diffstat (limited to 'libssh/dh.c')
-rw-r--r-- | libssh/dh.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libssh/dh.c b/libssh/dh.c index 4f05251..9088bb9 100644 --- a/libssh/dh.c +++ b/libssh/dh.c @@ -1000,12 +1000,6 @@ int signature_verify(ssh_session session, ssh_string signature) { enter_function(); - if (session->options->dont_verify_hostkey) { - ssh_log(session, SSH_LOG_FUNCTIONS, "Host key wasn't verified"); - leave_function(); - return 0; - } - pubkey = publickey_from_string(session,session->next_crypto->server_pubkey); if(pubkey == NULL) { leave_function(); |