mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-03 21:51:07 +00:00
Fixed minor comment typo
This commit is contained in:
parent
602c31be23
commit
da7fdbd534
|
@ -2204,7 +2204,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(
|
static int x509parse_key_pkcs8_encrypted_der(
|
||||||
rsa_context *rsa,
|
rsa_context *rsa,
|
||||||
|
|
Loading…
Reference in a new issue