diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2011-08-22 13:48:25 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2011-08-22 13:48:25 +0200 |
commit | 79ffd49940a526d647320c9b7ca6b26f3693e8ba (patch) | |
tree | ddf360c9cce0efda78634aaa13e600c216cc49eb /include/libssh/pki_priv.h | |
parent | a2e08697b1a24066c9870fe4bd61133de7f2663c (diff) | |
download | libssh-79ffd49940a526d647320c9b7ca6b26f3693e8ba.tar.gz libssh-79ffd49940a526d647320c9b7ca6b26f3693e8ba.tar.xz libssh-79ffd49940a526d647320c9b7ca6b26f3693e8ba.zip |
pki: Add ssh_srv_pki_do_sign_sessionid().
Diffstat (limited to 'include/libssh/pki_priv.h')
-rw-r--r-- | include/libssh/pki_priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/pki_priv.h b/include/libssh/pki_priv.h index f89bfdf..e86a96c 100644 --- a/include/libssh/pki_priv.h +++ b/include/libssh/pki_priv.h @@ -59,4 +59,6 @@ ssh_signature pki_signature_from_blob(const ssh_key pubkey, /* SSH Signing Functions */ struct signature_struct *pki_do_sign(const ssh_key privatekey, const unsigned char *hash); +ssh_signature pki_do_sign_sessionid(const ssh_key key, + const unsigned char *hash); #endif /* PKI_PRIV_H_ */ |