mirror of
https://github.com/curl/curl.git
synced 2026-06-08 09:44:16 +03:00
Didn't know how old a version of C y'all use.
This commit is contained in:
parent
d049f3e24e
commit
857f445a9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue