From 857f445a9d0aa0fe5e1737ca82197185dc0a5371 Mon Sep 17 00:00:00 2001 From: Wyatt O'Day Date: Mon, 4 Aug 2025 15:45:02 -0400 Subject: [PATCH] Didn't know how old a version of C y'all use. --- lib/vtls/mbedtls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vtls/mbedtls.c b/lib/vtls/mbedtls.c index 32e291ad57..5db30142f8 100644 --- a/lib/vtls/mbedtls.c +++ b/lib/vtls/mbedtls.c @@ -111,7 +111,7 @@ struct rng_context_t { }; static struct rng_context_t rng; -static BOOL initialized_tls_lib = FALSE; +static bool initialized_tls_lib = FALSE; #ifndef MBEDTLS_ERROR_C #define mbedtls_strerror(a,b,c) b[0] = 0