X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfc_vars.c;h=1a65ac331968261d16e3bfe983bcda068823090b;hb=c0dc5614a87ed6d0eed4906447171ef4c73b306e;hp=44da6e07ac024ba2e3533c2d50feccb5390dbec4;hpb=f761a53231d1a023e2d3e5efcc5591b04a34f98a;p=tfcrypt.git diff --git a/tfc_vars.c b/tfc_vars.c index 44da6e0..1a65ac3 100644 --- a/tfc_vars.c +++ b/tfc_vars.c @@ -62,13 +62,13 @@ size_t sksum_turns; int do_edcrypt = TFC_DO_ENCRYPT, do_stop, quiet, error_action; 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 catch_all_errors, ignore_seek_errors, password, overwrite_source, do_fsync, do_pad, do_ftrunc = TFC_NO_FTRUNC; 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, 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; tfc_useconds status_timer, bench_timer; -tfc_useconds current_time, delta_time; +tfc_useconds total_time, current_time, delta_time; struct getpasswd_state getps;