Every bot has an opinion.

This commit is contained in:
Wyatt O'Day 2025-08-04 10:32:17 -04:00
parent 07575522af
commit fc36156419

View file

@ -1501,7 +1501,7 @@ 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
/* FIXME: write an error without a `data` param
failf(" failed\n ! mbedtls_ctr_drbg_seed returned -0x%x\n",
(unsigned int)-ret);
*/