mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 23:28:13 +00:00
Fix typo
This commit is contained in:
parent
cc56628117
commit
f04111f5c5
1 changed files with 1 additions and 1 deletions
|
@ -956,7 +956,7 @@ static int pk_parse_key_pkcs8_encrypted_der(
|
|||
return( MBEDTLS_ERR_PK_PASSWORD_REQUIRED );
|
||||
|
||||
/*
|
||||
* This function parses the EncryptedPrivatKeyInfo object (PKCS#8)
|
||||
* This function parses the EncryptedPrivateKeyInfo object (PKCS#8)
|
||||
*
|
||||
* EncryptedPrivateKeyInfo ::= SEQUENCE {
|
||||
* encryptionAlgorithm EncryptionAlgorithmIdentifier,
|
||||
|
|
Loading…
Reference in a new issue