ticket28913 183 B

1234
  1. o Code simplification and refactoring:
  2. - Make the base32_decode() API return the number of bytes written,
  3. for consistency with base64_decode().
  4. Closes ticket 28913.