diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-17 17:20:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-17 17:20:42 +0000 |
commit | f43bcdc063b486516187715bb0205e3c154497db (patch) | |
tree | 8157de32e728e85a663bd0e46ed06920c6488b38 /src/common/crypto.c | |
parent | fc5e686b197b350b0e5eab7e7f355a226125d834 (diff) | |
download | tor-f43bcdc063b486516187715bb0205e3c154497db.tar.gz tor-f43bcdc063b486516187715bb0205e3c154497db.zip |
Use ctags and a python script to find identifiers that are never used anywhere, and remove the ones that we really want gone.
svn:r17651
Diffstat (limited to 'src/common/crypto.c')
-rw-r--r-- | src/common/crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto.c b/src/common/crypto.c index e1b4012138..f7874844d6 100644 --- a/src/common/crypto.c +++ b/src/common/crypto.c @@ -2073,7 +2073,7 @@ base64_decode(char *dest, size_t destlen, const char *src, size_t srclen) } #undef X #undef SP -#undef NIL +#undef PAD /** Base-64 encode DIGEST_LINE bytes from <b>digest</b>, remove the trailing = * and newline characters, and store the nul-terminated result in the first |