X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfcrypt.c;h=590cb33d2fa4ea2ae104a371ce862c4c8fde716a;hb=370a18a4c47e236b51ad8dee1957c40e11346b96;hp=9e0e6293804f258d2e00cae1bfee6a578b749da7;hpb=522bfd567b97caa1496044814e42cfd12fbc22d9;p=tfcrypt.git diff --git a/tfcrypt.c b/tfcrypt.c index 9e0e629..590cb33 100644 --- a/tfcrypt.c +++ b/tfcrypt.c @@ -643,7 +643,6 @@ _baddfname: break; case 'q': quiet = YES; - xexit_no_nl = YES; verbose = NO; do_full_hexdump = NO; status_timer = 0; @@ -1474,7 +1473,7 @@ _macwagain: lio = xwrite(dfd, pblk, lrem); } else if (do_mac == TFC_MAC_DROP2) total_processed_src += SKEIN_DIGEST_SIZE; - if (verbose || status_timer || (do_stop == YES && quiet == NO)) print_crypt_status(0); + if (verbose || status_timer || (do_stop == YES && quiet == NO)) print_crypt_status(TFC_SIGLAST); xexit(exitcode); return -1;