Didn't know how old a version of C y'all use.

This commit is contained in:
Wyatt O'Day 2025-08-04 15:45:02 -04:00
parent d049f3e24e
commit 857f445a9d

View file

@ -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