X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfc_vars.c;h=f62926453225f4d2aefcfa850b0a1d44a484b6d2;hb=7843812e68ebd194667b244cdd6f6cbd45beb3a5;hp=933ef7b9695a79efe479090365e60c7e4a4a3e16;hpb=d2e7d8aede7d69caffd59e4b0fa60e0c4b245201;p=tfcrypt.git diff --git a/tfc_vars.c b/tfc_vars.c index 933ef7b..f629264 100644 --- a/tfc_vars.c +++ b/tfc_vars.c @@ -41,7 +41,7 @@ tfc_byte tmpdata[TFC_TMPSIZE]; char *randsource = TFC_DEFAULT_RANDSOURCE; -tfc_fsize iseek_blocks, iseek, oseek, maxlen = NOFSIZE; +tfc_fsize iseek_blocks, iseek, oseek, maxlen = NOFSIZE, ftrunc_dfd = NOFSIZE; tfc_fsize total_processed_src, total_processed_dst; tfc_fsize delta_processed; tfc_fsize genrandom_nr_bytes, genzero_nr_bytes; @@ -64,7 +64,7 @@ int counter_opt, mackey_opt, do_mac, do_outfmt = TFC_OUTFMT_B64, rawkey; int idx, write_flags; tfc_yesno catch_all_errors, ignore_seek_errors, password, overwrite_source, do_fsync, do_pad; tfc_yesno do_preserve_time, do_stats_in_gibs, do_statline_dynamic = YES, do_less_stats; -tfc_yesno no_repeat, do_full_hexdump = YES, verbose, statline_was_shown; +tfc_yesno no_repeat, do_full_hexdump = YES, verbose, statline_was_shown, show_secrets; char *srcfname = TFC_STDIN_NAME, *dstfname = TFC_STDOUT_NAME, *do_mac_file, *counter_file, *sksum_hashlist_file; char *saltf, *genkeyf, *mackeyf, *tweakf; char *pw_prompt, *mac_pw_prompt;