mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-30 06:33:06 +00:00
Revert "Clarify output_length in mbedtls_gcm_update()"
This reverts commit e01b539222d462cabc6ecc927f3d2eb1e7e18615. Signed-off-by: Chien Wong <m@xv97.com>
This commit is contained in:
parent
57739fffc4
commit
c22de4aeba
@ -278,8 +278,7 @@ int mbedtls_gcm_update_ad(mbedtls_gcm_context *ctx,
|
||||
* of at least \p output_size bytes.
|
||||
* \param output_size The size of the output buffer in bytes.
|
||||
* \param output_length On success, \p *output_length contains the actual
|
||||
* length of the output written in \p output, which equals
|
||||
* to \p input_length.
|
||||
* length of the output written in \p output.
|
||||
* On failure, the content of \p *output_length is
|
||||
* unspecified.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user