mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-11 14:38:17 +02:00
Remove unnecessary cast
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user