1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

mbedtls: Update to upstream version 2.16.3

(cherry picked from commit a3d77be53b)
This commit is contained in:
Rémi Verschelde
2019-11-12 08:55:43 +01:00
parent 699b087296
commit 1b7a2e7284
36 changed files with 1009 additions and 657 deletions

View File

@@ -1449,7 +1449,7 @@ read_record_header:
*/
/*
* Minimal length (with everything empty and extensions ommitted) is
* Minimal length (with everything empty and extensions omitted) is
* 2 + 32 + 1 + 2 + 1 = 38 bytes. Check that first, so that we can
* read at least up to session id length without worrying.
*/