mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
a517daa56f
This makes it consistent with base64_decode(). Closes ticket 28913.
5 lines
183 B
Plaintext
5 lines
183 B
Plaintext
o Code simplification and refactoring:
|
|
- Make the base32_decode() API return the number of bytes written,
|
|
for consistency with base64_decode().
|
|
Closes ticket 28913.
|