mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 13:38:03 +00:00
* 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:
@@ -88,7 +88,7 @@ extern "C"
|
||||
* Typedefs:
|
||||
*/
|
||||
|
||||
typedef struct
|
||||
typedef struct auth_md5Ctx_
|
||||
{
|
||||
unsigned int len;
|
||||
unsigned int ABCD[4];
|
||||
|
||||
Reference in New Issue
Block a user