aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/ZipArchive/3rdparty/minizip/zip.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* minizip: Remove zip encryption codeRoopesh Chander2018-12-251-49/+0
| | | | | | We can now remove -DNOCRYPT cflag while compiling Signed-off-by: Roopesh Chander <roop@roopc.net>
* Global: fix up stringsJason A. Donenfeld2018-11-011-2/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ZIP: fix linter warningsJason A. Donenfeld2018-10-301-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Zip: Add code from the minizip projectRoopesh Chander2018-10-291-0/+2007
Source: https://zlib.net/zlib-1.2.11.tar.gz Signed-off-by: Roopesh Chander <roop@roopc.net>