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

Slipped again.

This commit is contained in:
samr7 2011-08-17 12:03:39 -07:00
parent fd4660217d
commit 7bb1996d37

2
util.c
View File

@ -474,7 +474,7 @@ vg_protect_crypt(int parameter_group,
if (parameter_group < 0) {
if (enc)
parameter_group = 3;
parameter_group = 0;
else
parameter_group = data_in[0];
} else {