mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-11-03 20:33:16 +03:00 
			
		
		
		
	Remove unnecessary cast
This commit is contained in:
		@@ -949,7 +949,7 @@ static int pk_parse_key_pkcs8_encrypted_der(
 | 
				
			|||||||
    mbedtls_md_type_t md_alg;
 | 
					    mbedtls_md_type_t md_alg;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    p = (unsigned char *) key;
 | 
					    p = key;
 | 
				
			||||||
    end = p + keylen;
 | 
					    end = p + keylen;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if( pwdlen == 0 )
 | 
					    if( pwdlen == 0 )
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user