mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Fix typo in documentation
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
81a334fc02
commit
139d0aa9d3
|
|
@ -476,7 +476,7 @@ organization is to concentrate solely on the parsing in the parsing function to
|
|||
reduce the size of its code and to simplify it.
|
||||
|
||||
* post-processing stage: following the parsing, further update of the SSL
|
||||
context to prepare for the next incoming and outpoing messages. This stage is
|
||||
context to prepare for the next incoming and outgoing messages. This stage is
|
||||
optional. For example, secret and key computations occur at this stage, as well
|
||||
as handshake messages checksum update.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue