svn: 325
@@ -443,6 +443,7 @@ char *degarble(int len, char *g)
int i;
unsigned char x;
+Context;
garble_ptr++;
if (garble_ptr == GARBLE_BUFFERS)
garble_ptr = 0;
@@ -9,7 +9,7 @@
#include <string.h>
#include "conf.h"
-#define WTF 20000
+#define WTF 16384
#ifdef S_GARBLESTRINGS
void garble(char **inptr, char **outptr)