diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-03-31 00:50:51 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-03-31 00:52:40 +0200 |
commit | 08716954031eb0329fbd1ad2cd3fa593d3a046ab (patch) | |
tree | 48683dcf0639fbe7b84e00ea02dacaa4de9fe577 /src/Common/zlib/inftrees.c | |
parent | 2be0b2e88ffebf9b63dcda4048ab0a24cd6ec131 (diff) | |
download | VeraCrypt-08716954031eb0329fbd1ad2cd3fa593d3a046ab.tar.gz VeraCrypt-08716954031eb0329fbd1ad2cd3fa593d3a046ab.zip |
Update zlib to version 1.2.12
Diffstat (limited to 'src/Common/zlib/inftrees.c')
-rw-r--r-- | src/Common/zlib/inftrees.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Common/zlib/inftrees.c b/src/Common/zlib/inftrees.c index 2ea08fc1..09462a74 100644 --- a/src/Common/zlib/inftrees.c +++ b/src/Common/zlib/inftrees.c @@ -1,3 +1,3 @@ /* inftrees.c -- generate Huffman trees for efficient decoding - * Copyright (C) 1995-2017 Mark Adler + * Copyright (C) 1995-2022 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h @@ -11,3 +11,3 @@ const char inflate_copyright[] = - " inflate 1.2.11 Copyright 1995-2017 Mark Adler "; + " inflate 1.2.12 Copyright 1995-2022 Mark Adler "; /* @@ -64,3 +64,3 @@ unsigned short FAR *work; 16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, - 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 77, 202}; + 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 199, 202}; static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ |