mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Comment fix. (Catalyst spotted this)
This commit is contained in:
parent
61f1838cdc
commit
d33c3627f4
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ base32_decode(char *dest, size_t destlen, const char *src, size_t srclen)
|
|||
* bytes.
|
||||
*
|
||||
* (WATCH OUT: This API <em>does not</em> count the terminating NUL byte,
|
||||
* but base64_encoded_size does.)
|
||||
* but base32_encoded_size does.)
|
||||
*
|
||||
* If <b>flags</b>&BASE64_ENCODE_MULTILINE is true, return the size
|
||||
* of the encoded output as multiline output (64 character, `\n' terminated
|
||||
|
|
Loading…
Add table
Reference in a new issue