CESNET / libnetconf2

C NETCONF library
BSD 3-Clause "New" or "Revised" License
202 stars 146 forks source link

libssh: replace deprecated functions with callback variants #512

Open rcmcdonald91 opened 3 days ago

rcmcdonald91 commented 3 days ago
ssh_message_auth_password
ssh_message_auth_pubkey
ssh_message_auth_publickey_state

These calls should be refactored to use the callback-based implementations

michalvasko commented 22 hours ago

Can't, part of the new API is still missing.