Remove unnecessary cast
This commit is contained in:
parent
55b1a0af0c
commit
2aa80a706f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue