1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00

Upgrade included zlib to 1.2.11

This commit is contained in:
dmiller
2018-10-18 04:49:21 +00:00
parent cf58b6160e
commit 4df58cca22
99 changed files with 8563 additions and 2352 deletions

View File

@@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
const OutBuf: Pointer; BufSize: Integer);
const
zlib_version = '1.2.8';
zlib_version = '1.2.11';
type
EZlibError = class(Exception);