mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-08 10:45:31 +00:00
Remove unnecessary cast
This commit is contained in:
parent
a1d5856c25
commit
ff532958bf
|
@ -949,7 +949,7 @@ static int pk_parse_key_pkcs8_encrypted_der(
|
|||
mbedtls_md_type_t md_alg;
|
||||
#endif
|
||||
|
||||
p = (unsigned char *) key;
|
||||
p = key;
|
||||
end = p + keylen;
|
||||
|
||||
if( pwdlen == 0 )
|
||||
|
|
Loading…
Reference in a new issue