1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00
This commit is contained in:
Hanno Becker
2017-09-29 19:18:42 +01:00
parent cc56628117
commit f04111f5c5

View File

@ -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,