diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-11-12 09:49:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-12 09:49:38 +0100 |
commit | f6e62f1147fee45a24900360c61b768f7f395794 (patch) | |
tree | a1e6d05eb6e4d4abca54cdcca2dbd99d50fb9e9d /thirdparty/mbedtls/library/ssl_srv.c | |
parent | 94bf2f648ee239a2f8d86aec23a6c1a35bef9332 (diff) | |
parent | a3d77be53b066e87199d1f91047fa40cb062f77f (diff) |
Merge pull request #33560 from akien-mga/mbedtls-2.16.3
mbedtls: Update to upstream version 2.16.3
Diffstat (limited to 'thirdparty/mbedtls/library/ssl_srv.c')
-rw-r--r-- | thirdparty/mbedtls/library/ssl_srv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/mbedtls/library/ssl_srv.c b/thirdparty/mbedtls/library/ssl_srv.c index bc77f80203..5825970c43 100644 --- a/thirdparty/mbedtls/library/ssl_srv.c +++ b/thirdparty/mbedtls/library/ssl_srv.c @@ -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. */ |