1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

Add ssh_clean_pubkey_hash() which is needed on Windows.

This commit is contained in:
Andreas Schneider
2009-07-25 17:52:00 +02:00
parent a935ad1857
commit 3f778d9a31
2 changed files with 17 additions and 0 deletions

View File

@@ -245,6 +245,7 @@ int ssh_get_random(void *where,int len,int strong);
/* this one can be called by the client to see the hash of the public key before accepting it */
int ssh_get_pubkey_hash(SSH_SESSION *session, unsigned char **hash);
void ssh_clean_pubkey_hash(unsigned char **hash);
ssh_string ssh_get_pubkey(SSH_SESSION *session);
/* in connect.c */