feat(string): add ssh_string_cmp function for comparing ssh_strings

Signed-off-by: Praneeth Sarode <praneethsarode@gmail.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Praneeth Sarode
2025-07-05 22:30:34 +05:30
committed by Jakub Jelen
parent 3423399f98
commit 95f8cbc7f0
3 changed files with 53 additions and 1 deletions

View File

@@ -491,5 +491,6 @@ LIBSSH_AFTER_4_10_0
ssh_get_supported_methods;
sshsig_sign;
sshsig_verify;
ssh_string_cmp;
} LIBSSH_4_10_0;