mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-29 01:03:57 +03:00
src: Do not use deprecated functions.
This commit is contained in:
@@ -1690,8 +1690,8 @@ static int ssh_userauth_kbdint_send(ssh_session session)
|
||||
}
|
||||
|
||||
rc = buffer_add_ssh_string(session->out_buffer, answer);
|
||||
string_burn(answer);
|
||||
string_free(answer);
|
||||
ssh_string_burn(answer);
|
||||
ssh_string_free(answer);
|
||||
if (rc < 0) {
|
||||
goto fail;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user