Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
base85: encode_85() does not use the decode table
[gitweb.git]
/
base85.c
diff --git
a/base85.c
b/base85.c
index 7b76542531b936effd5b6b158136530ab19fc73a..f2b9a24d5ec9f470f77a3d2396d60c285108c8e9 100644
(file)
--- a/
base85.c
+++ b/
base85.c
@@
-84,8
+84,6
@@
int decode_85(char *dst, const char *buffer, int len)
void encode_85(char *buf, const unsigned char *data, int bytes)
{
- prep_base85();
-
say("encode 85");
while (bytes) {
unsigned acc = 0;