mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-24 05:00:45 -04:00
Fixed typo in base64.h
(cherry picked from commit fbb5cf9f59bde4e2dad064759a45fbfe186b46a4)
This commit is contained in:
parent
9fa6ea7cdf
commit
6c04475bfc
@ -63,8 +63,8 @@ int base64_encode( unsigned char *dst, size_t *dlen,
|
|||||||
* \param slen amount of data to be decoded
|
* \param slen amount of data to be decoded
|
||||||
*
|
*
|
||||||
* \return 0 if successful, POLARSSL_ERR_BASE64_BUFFER_TOO_SMALL, or
|
* \return 0 if successful, POLARSSL_ERR_BASE64_BUFFER_TOO_SMALL, or
|
||||||
* POLARSSL_ERR_BASE64_INVALID_DATA if the input data is not
|
* POLARSSL_ERR_BASE64_INVALID_CHARACTER if the input data is
|
||||||
* correct. *dlen is always updated to reflect the amount
|
* not correct. *dlen is always updated to reflect the amount
|
||||||
* of data that has (or would have) been written.
|
* of data that has (or would have) been written.
|
||||||
*
|
*
|
||||||
* \note Call this function with *dlen = 0 to obtain the
|
* \note Call this function with *dlen = 0 to obtain the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user