diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:27:17 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:27:17 -0700 |
commit | e0ff940e1adb68d3575705ebf1546d9f07ad3b4a (patch) | |
tree | 792ac6996d1225c0955027050296126bc8ff6e26 /contrib/minizip/crypt.h | |
parent | 7df877eccdd826e94df53215f65dee639428e83f (diff) | |
download | zlib-1.2.3.8.tar.gz zlib-1.2.3.8.tar.bz2 zlib-1.2.3.8.zip |
zlib 1.2.3.8v1.2.3.8
Diffstat (limited to 'contrib/minizip/crypt.h')
-rw-r--r-- | contrib/minizip/crypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/minizip/crypt.h b/contrib/minizip/crypt.h index 679e2a1..a01d08d 100644 --- a/contrib/minizip/crypt.h +++ b/contrib/minizip/crypt.h | |||
@@ -91,7 +91,7 @@ static int crypthead(const char* passwd, /* password string */ | |||
91 | unsigned char* buf, /* where to write header */ | 91 | unsigned char* buf, /* where to write header */ |
92 | int bufSize, | 92 | int bufSize, |
93 | unsigned long* pkeys, | 93 | unsigned long* pkeys, |
94 | const unsigned long* pcrc_32_tab, | 94 | const unsigned long* pcrc_32_tab, |
95 | unsigned long crcForCrypting) | 95 | unsigned long crcForCrypting) |
96 | { | 96 | { |
97 | int n; /* index in random header */ | 97 | int n; /* index in random header */ |