diff options
author | Peter Palfrader <peter@palfrader.org> | 2009-01-18 13:22:47 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2009-01-18 13:22:47 +0000 |
commit | 1c70922491173a86fcdb0a0f862feb69d3dae397 (patch) | |
tree | 1c7064067ed3aa5147b52fa90bfbe4b5a61cc04b /src/or | |
parent | 804f2dd7165997dec896965f141898ec6415edc3 (diff) | |
download | tor-1c70922491173a86fcdb0a0f862feb69d3dae397.tar tor-1c70922491173a86fcdb0a0f862feb69d3dae397.tar.gz |
make it work with base64
base64 from coreutils is really picky about the number of equation
marks (=) that end a base64 encoded string. Unfortunately Tor doesn't
believe they are important at all so it cuts them all off all the time.
For perl purposes we just added a good measure of = and were happy about
it. For base64 we now need to add the proper number of equation marks.
It turns out that number is 1 for the length of strings we process.
svn:r18170
Diffstat (limited to 'src/or')
0 files changed, 0 insertions, 0 deletions