mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-08 10:09:54 +00:00
Remove unnecessary cast
This commit is contained in:
parent
b299a37a72
commit
1f30fa162b
|
@ -943,7 +943,7 @@ static int pk_parse_key_pkcs8_encrypted_der(
|
|||
md_type_t md_alg;
|
||||
#endif
|
||||
|
||||
p = (unsigned char *) key;
|
||||
p = key;
|
||||
end = p + keylen;
|
||||
|
||||
if( pwdlen == 0 )
|
||||
|
|
Loading…
Reference in a new issue