From 4012338862daf70a815e2970a1ff69844f842185 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Tue, 26 Mar 2019 09:40:11 +0100 Subject: [PATCH] doc: Update the description of the pki_private_key_decrypt() function to match reality Reviewed-by: Andreas Schneider --- src/pki_container_openssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pki_container_openssh.c b/src/pki_container_openssh.c index 9119a8bb..f9d9e14b 100644 --- a/src/pki_container_openssh.c +++ b/src/pki_container_openssh.c @@ -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,