X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfc_conf.c;h=c583b860fc8117160fd8071dc697c2af5cae5657;hb=133fa38f39501ef4c2d9ad442b50eb79caf79f59;hp=441d60cb90b7267d5bbce446763e6f0d50932058;hpb=d2e7d8aede7d69caffd59e4b0fa60e0c4b245201;p=tfcrypt.git diff --git a/tfc_conf.c b/tfc_conf.c index 441d60c..c583b86 100644 --- a/tfc_conf.c +++ b/tfc_conf.c @@ -66,7 +66,7 @@ _spc2: t = strchr(d, ' '); *t = 0; d = t+1; goto _spc2; _nspc: if (!strcmp(s, "nr_turns")) { - nr_turns = sksum_turns = strtoul(d, &stoi, 10); + nr_turns = strtoul(d, &stoi, 10); if (!str_empty(stoi)) xerror(NO, YES, YES, "[%s] nr_turns=%s: invalid number of turns", path, d); } else if (!strcmp(s, "ctr_mode")) {