From 3a4344bba49dfc136689dbf2939f2df7c2b530e8 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 21 Mar 2011 20:56:36 +1100 Subject: [PATCH] Convert salt 8 to SALT_LEN. --- lrzip_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lrzip_private.h b/lrzip_private.h index a99e49c..954a1b4 100644 --- a/lrzip_private.h +++ b/lrzip_private.h @@ -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;