mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-27 13:21:11 +03:00
doc: Update the description of the pki_private_key_decrypt() function to match reality
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
bb7920efbc
commit
4012338862
@@ -95,7 +95,7 @@ fail:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief decrypts an encrypted ed25519 private key blob
|
* @brief decrypts an encrypted private key blob in OpenSSH format.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
static int pki_private_key_decrypt(ssh_string blob,
|
static int pki_private_key_decrypt(ssh_string blob,
|
||||||
|
|||||||
Reference in New Issue
Block a user