From 3f778d9a3172ae49ef2f1862c544e65dd3dc2b8d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 25 Jul 2009 17:52:00 +0200 Subject: Add ssh_clean_pubkey_hash() which is needed on Windows. --- include/libssh/libssh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 76ede94..699fe28 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -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 */ -- cgit