mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 23:31:09 +00:00
Fix typo
This commit is contained in:
parent
82027c1cd9
commit
0c104b19e4
|
@ -956,7 +956,7 @@ static int pk_parse_key_pkcs8_encrypted_der(
|
||||||
return( MBEDTLS_ERR_PK_PASSWORD_REQUIRED );
|
return( MBEDTLS_ERR_PK_PASSWORD_REQUIRED );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This function parses the EncryptedPrivatKeyInfo object (PKCS#8)
|
* This function parses the EncryptedPrivateKeyInfo object (PKCS#8)
|
||||||
*
|
*
|
||||||
* EncryptedPrivateKeyInfo ::= SEQUENCE {
|
* EncryptedPrivateKeyInfo ::= SEQUENCE {
|
||||||
* encryptionAlgorithm EncryptionAlgorithmIdentifier,
|
* encryptionAlgorithm EncryptionAlgorithmIdentifier,
|
||||||
|
|
Loading…
Reference in a new issue