Merge branch 'tor-github/pr/611'

This commit is contained in:
George Kadianakis
2019-02-26 12:33:23 +02:00
12 changed files with 41 additions and 31 deletions
+4
View File
@@ -0,0 +1,4 @@
o Code simplification and refactoring:
- Make the base32_decode() API return the number of bytes written,
for consistency with base64_decode().
Closes ticket 28913.