1
0
mirror of https://github.com/GOSTSec/vanitygen synced 2025-02-07 04:14:15 +00:00

Resolve a GCC warning.

This commit is contained in:
samr7 2011-08-17 12:31:13 -07:00
parent 7bb1996d37
commit 8c11ba8851

1
util.c
View File

@ -507,6 +507,7 @@ vg_protect_crypt(int parameter_group,
salt_len = 8;
ciphertext_len = ((plaintext_len + cipher->block_size) /
cipher->block_size) * cipher->block_size;
hmac_digest = NULL;
}
if (!enc && (data_in_len != (1 + ciphertext_len + hmac_len + salt_len)))