mirror of
https://github.com/espressif/mbedtls.git
synced 2026-08-20 18:29:52 +00:00
Remove superflous comment
Signed-off-by: Thomas Daubney <[email protected]>
This commit is contained in:
@@ -389,9 +389,6 @@ int mbedtls_des_key_check_weak(const unsigned char key[MBEDTLS_DES_KEY_SIZE])
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Internal function for key expansion.
|
||||
*/
|
||||
static void mbedtls_des_setkey(uint32_t SK[32], const unsigned char key[MBEDTLS_DES_KEY_SIZE])
|
||||
{
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user