1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-29 16:16:38 +00:00

mbedTLS: Update to version 2.18.5

This commit is contained in:
Fabio Alessandrelli
2023-10-21 14:06:23 +02:00
parent 6543495b49
commit 5333365593
56 changed files with 810 additions and 294 deletions

View File

@@ -171,9 +171,9 @@ static inline int mbedtls_error_add(int high, int low,
}
/**
* \brief Translate a mbed TLS error code into a string representation,
* Result is truncated if necessary and always includes a terminating
* null byte.
* \brief Translate an Mbed TLS error code into a string representation.
* The result is truncated if necessary and always includes a
* terminating null byte.
*
* \param errnum error code
* \param buffer buffer to place representation in