feature15652 284 B

12345
  1. o Removed code:
  2. - Remove `USE_OPENSSL_BASE64` and the corresponding fallback code and
  3. always use the internal Base64 decoder. The internal decoder has been
  4. part of tor since tor-0.2.0.10-alpha, and no one should be using the
  5. OpenSSL one. Part of ticket 15652.