1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 12:59:02 +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

@@ -10,8 +10,8 @@ unit zlibpas;
interface
const
ZLIB_VERSION = '1.2.8';
ZLIB_VERNUM = $1280;
ZLIB_VERSION = '1.2.11';
ZLIB_VERNUM = $12a0;
type
alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;