diff options
author | DLL125 <134442578+DLL125@users.noreply.github.com> | 2023-06-23 21:19:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-23 21:19:50 +0200 |
commit | 097cfa947e068bcfc439cd466e53361d7f6d1b46 (patch) | |
tree | 83b0399b71529b2847c78ae20d45b100651a9cbc /src/Common/lzma/LzHash.h | |
parent | 9e1c0e5b22e6b668440c7e738cbd6cd9f651ddef (diff) | |
download | VeraCrypt-097cfa947e068bcfc439cd466e53361d7f6d1b46.tar.gz VeraCrypt-097cfa947e068bcfc439cd466e53361d7f6d1b46.zip |
Dll125 lzma (#1120)
* Update LZMA to latest
* Add missing file
Diffstat (limited to 'src/Common/lzma/LzHash.h')
-rw-r--r-- | src/Common/lzma/LzHash.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Common/lzma/LzHash.h b/src/Common/lzma/LzHash.h index 77b898cf..2b6290b6 100644 --- a/src/Common/lzma/LzHash.h +++ b/src/Common/lzma/LzHash.h @@ -1,8 +1,8 @@ -/* LzHash.h -- HASH functions for LZ algorithms -2019-10-30 : Igor Pavlov : Public domain */ +/* LzHash.h -- HASH constants for LZ algorithms +2023-03-05 : Igor Pavlov : Public domain */ -#ifndef __LZ_HASH_H -#define __LZ_HASH_H +#ifndef ZIP7_INC_LZ_HASH_H +#define ZIP7_INC_LZ_HASH_H /* (kHash2Size >= (1 << 8)) : Required |