X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfcrypt.h;h=f2cb89cefa99481a351297e428d9dc237e6ba70e;hb=4666ae1134223898de8012eca176625cc63a281f;hp=acb1c420a112f55f3fe271f7b9c3328cdbea0f5e;hpb=6a9ff11ac690fd5ffe09e0aa9398e00a54c2889c;p=tfcrypt.git diff --git a/tfcrypt.h b/tfcrypt.h index acb1c42..f2cb89c 100644 --- a/tfcrypt.h +++ b/tfcrypt.h @@ -157,7 +157,7 @@ extern int counter_opt, mackey_opt, do_mac, do_outfmt, rawkey; extern int idx, write_flags; extern tfc_yesno catch_all_errors, ignore_seek_errors, password, overwrite_source, do_fsync, do_pad; extern tfc_yesno do_preserve_time, do_stats_in_gibs, do_statline_dynamic, do_less_stats; -extern tfc_yesno no_repeat, do_full_hexdump, verbose, statline_was_shown; +extern tfc_yesno no_repeat, do_full_hexdump, verbose, statline_was_shown, show_secrets; extern char *srcfname, *dstfname, *do_mac_file, *counter_file, *sksum_hashlist_file; extern char *saltf, *genkeyf, *mackeyf, *tweakf; extern char *pw_prompt, *mac_pw_prompt;