1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

Upgrade zlib to 1.3.1

This commit is contained in:
dmiller
2024-02-28 16:35:39 +00:00
parent 34da72b5f5
commit f64e2fab07
105 changed files with 6849 additions and 4172 deletions

View File

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