mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-06 18:29:55 +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