1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-14 04:18:54 +03:00

pki: Add a ssh_key_cmp() function.

This commit is contained in:
Andreas Schneider
2011-09-18 22:04:03 +02:00
parent e799c0ce7d
commit 2c04994443
7 changed files with 209 additions and 0 deletions

View File

@@ -307,6 +307,7 @@ LIBSSH_API const char *ssh_message_auth_password(ssh_message msg);
* @return The public key or NULL.
*
* @see ssh_key_dup()
* @see ssh_key_cmp()
* @see ssh_message_get()
* @see ssh_message_type()
*/