mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
4 lines
183 B
Text
4 lines
183 B
Text
o Code simplification and refactoring:
|
|
- Make the base32_decode() API return the number of bytes written,
|
|
for consistency with base64_decode().
|
|
Closes ticket 28913.
|