Remove superflous comment

Signed-off-by: Thomas Daubney <[email protected]>
This commit is contained in:
Thomas Daubney
2024-08-06 15:20:06 +01:00
parent 5db9027d3f
commit 2dd830d3c2
-3
View File
@@ -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;