summaryrefslogtreecommitdiff
path: root/MPQCryptography.c
diff options
context:
space:
mode:
authorpixel <pixel>2007-07-11 14:23:29 +0000
committerpixel <pixel>2007-07-11 14:23:29 +0000
commit26fcbbdd26a389b6979a966ae8dd49a40a6a1d05 (patch)
treebbf63c4080bcba14aa7d02176dc23b920a70514c /MPQCryptography.c
parent2b81447acc91685dbfb6419282a0f53b6ac3eaa0 (diff)
Adding comments.
Diffstat (limited to 'MPQCryptography.c')
-rw-r--r--MPQCryptography.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/MPQCryptography.c b/MPQCryptography.c
index 798d80e..464a410 100644
--- a/MPQCryptography.c
+++ b/MPQCryptography.c
@@ -7,6 +7,11 @@
*
*/
+/*
+ * Ripped for mpqlib - all endinaness stuff has been killed.
+ * Other than that, this is the exact same code.
+ */
+
#include <assert.h>
#include <string.h>
#include <zlib.h>