pki: Create pki_publickey_from_privatekey().

This commit is contained in:
Andreas Schneider
2011-08-07 16:56:33 +02:00
parent f55cd7de43
commit 36ee2d3332
4 changed files with 216 additions and 185 deletions

View File

@@ -60,5 +60,6 @@ enum ssh_keytypes_e pki_privatekey_type_from_string(const char *privkey);
ssh_key pki_private_key_from_base64(ssh_session session,
const char *b64_key,
const char *passphrase);
ssh_key pki_publickey_from_privatekey(ssh_key privkey);
#endif /* PKI_H_ */