feat(string): add ssh_string_from_data function to create ssh_string from data buffer

Signed-off-by: Praneeth Sarode <praneethsarode@gmail.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Praneeth Sarode
2025-10-06 12:37:43 +05:30
committed by Jakub Jelen
parent 00f1d6fac2
commit 74d1bf51b5
3 changed files with 41 additions and 0 deletions

View File

@@ -492,5 +492,6 @@ LIBSSH_AFTER_4_10_0
sshsig_sign;
sshsig_verify;
ssh_string_cmp;
ssh_string_from_data;
} LIBSSH_4_10_0;