mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Fix typos in macro names
This commit is contained in:
parent
35ac8eb35a
commit
9b6699066e
10 changed files with 16 additions and 16 deletions
|
|
@ -174,7 +174,7 @@ int x509_crt_parse_file( x509_crt *chain, const char *path );
|
|||
* correctly, the first error is returned.
|
||||
*
|
||||
* \warning This function is NOT thread-safe unless
|
||||
* POLARSSL_THREADING_PTHREADS is defined. If you're using an
|
||||
* POLARSSL_THREADING_PTHREAD is defined. If you're using an
|
||||
* alternative threading implementation, you should either use
|
||||
* this function only in the main thread, or mutex it.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue