* Fixed compression code, old code was unreliable and failed at random

(don't use zlib's compress function)
* More refactory work, ready for merge
This commit is contained in:
Antidote
2013-07-21 20:06:54 -07:00
parent d06c96d3aa
commit b7b4df52f3
34 changed files with 408 additions and 318 deletions

View File

@@ -88,7 +88,7 @@ extern "C"
* Typedefs:
*/
typedef struct
typedef struct auth_md5Ctx_
{
unsigned int len;
unsigned int ABCD[4];