From 1e45d1e4b9c9a559e02bc1fd7e291461f76a516c Mon Sep 17 00:00:00 2001 From: Wyatt O'Day Date: Mon, 4 Aug 2025 10:27:46 -0400 Subject: [PATCH] Make code-style happy. --- lib/vtls/mbedtls.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/vtls/mbedtls.c b/lib/vtls/mbedtls.c index 8e0a4771e9..202e77c1fe 100644 --- a/lib/vtls/mbedtls.c +++ b/lib/vtls/mbedtls.c @@ -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; }