mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Convert salt 8 to SALT_LEN.
This commit is contained in:
parent
8c8f5bdd48
commit
3a4344bba4
|
|
@ -199,7 +199,7 @@ struct rzip_control {
|
|||
int fd_hist;
|
||||
i64 encloops;
|
||||
i64 secs;
|
||||
uchar salt[8];
|
||||
uchar salt[SALT_LEN];
|
||||
uchar *salt_pass;
|
||||
int salt_pass_len;
|
||||
uchar *hash;
|
||||
|
|
|
|||
Loading…
Reference in a new issue