mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Fixed minor comment typo
(cherry picked from commit da7fdbd534cb479d333de4c183cf805736ea3e10)
This commit is contained in:
parent
b0713c7e1f
commit
bda7cb76fa
1 changed files with 1 additions and 1 deletions
|
|
@ -2179,7 +2179,7 @@ static int x509parse_key_pkcs8_unencrypted_der(
|
|||
}
|
||||
|
||||
/*
|
||||
* Parse an unencrypted PKCS#8 encoded private RSA key
|
||||
* Parse an encrypted PKCS#8 encoded private RSA key
|
||||
*/
|
||||
static int x509parse_key_pkcs8_encrypted_der(
|
||||
rsa_context *rsa,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue