mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 02:39:48 +09:00
pki: Create pki_publickey_from_privatekey().
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user