X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfc_vars.c;h=4ca378554eaf522a5df4c90437abfbc80a03caa4;hb=0303cbcec2b262cc3dcf8d89951967d7ba9543c7;hp=15a0320694d5f6634a86d79a2d7da9934a559096;hpb=4666ae1134223898de8012eca176625cc63a281f;p=tfcrypt.git diff --git a/tfc_vars.c b/tfc_vars.c index 15a0320..4ca3785 100644 --- a/tfc_vars.c +++ b/tfc_vars.c @@ -2,7 +2,7 @@ * tfcrypt -- high security Threefish encryption tool. * * tfcrypt is copyrighted: - * Copyright (C) 2012-2018 Andrey Rys. All rights reserved. + * Copyright (C) 2012-2019 Andrey Rys. All rights reserved. * * tfcrypt is licensed to you under the terms of std. MIT/X11 license: * @@ -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; @@ -69,6 +69,6 @@ char *srcfname = TFC_STDIN_NAME, *dstfname = TFC_STDOUT_NAME, *do_mac_file, *cou 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;