CESNET / libnetconf2

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

libssh: replace deprecated functions with callback variants #512

Open rcmcdonald91 opened 2 months ago

rcmcdonald91 commented 2 months 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 1 month ago

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