Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2001-03-03 18:31:35 +0300
committerSimon Tatham <anakin@pobox.com>2001-03-03 18:31:35 +0300
commit1f168926d7037284257df9aceb9a612195f80aca (patch)
treec7662920741ba0e28595b74be6614f8cd53ca8c0 /ssh.h
parentdeccfaa3efa461cfa85982c072af86f9f217750e (diff)
Add support for the OpenSSH SSH2 agent protocol.
[originally from svn r976]
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh.h b/ssh.h
index ca9e5509..723bd956 100644
--- a/ssh.h
+++ b/ssh.h
@@ -142,6 +142,7 @@ struct ssh_signkey {
unsigned char *(*private_blob)(void *key, int *len);
void *(*createkey)(unsigned char *pub_blob, int pub_len,
unsigned char *priv_blob, int priv_len);
+ void *(*openssh_createkey)(unsigned char **blob, int *len);
char *(*fingerprint)(void *key);
int (*verifysig)(void *key, char *sig, int siglen,
char *data, int datalen);