1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 21:21:31 +00:00

Update zlib to 1.2.13

This commit is contained in:
dmiller
2023-04-28 15:01:27 +00:00
parent 909b022bd7
commit 2d338aaf71
120 changed files with 11844 additions and 2141 deletions

View File

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