Convert salt 8 to SALT_LEN.

This commit is contained in:
Con Kolivas 2011-03-21 20:56:36 +11:00
parent 8c8f5bdd48
commit 3a4344bba4

View file

@ -199,7 +199,7 @@ struct rzip_control {
int fd_hist; int fd_hist;
i64 encloops; i64 encloops;
i64 secs; i64 secs;
uchar salt[8]; uchar salt[SALT_LEN];
uchar *salt_pass; uchar *salt_pass;
int salt_pass_len; int salt_pass_len;
uchar *hash; uchar *hash;