Make code-style happy.

This commit is contained in:
Wyatt O'Day 2025-08-04 10:27:46 -04:00
parent a205f2dc57
commit 1e45d1e4b9

View file

@ -1501,9 +1501,10 @@ static int mbedtls_init(void)
#endif /* !MBEDTLS_CTR_DRBG_C && !MBEDTLS_HMAC_DRBG_C */
if(ret != 0) {
//TODO: write an error without a `data` param
//failf(" failed\n ! mbedtls_ctr_drbg_seed returned -0x%x\n",
// (unsigned int)-ret);
/* TODO: write an error without a `data` param
failf(" failed\n ! mbedtls_ctr_drbg_seed returned -0x%x\n",
(unsigned int)-ret);
*/
return 0;
}