X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfc_vars.c;h=4ca378554eaf522a5df4c90437abfbc80a03caa4;hb=0303cbcec2b262cc3dcf8d89951967d7ba9543c7;hp=f62926453225f4d2aefcfa850b0a1d44a484b6d2;hpb=10d07f6813a5909bb9ae957bc7424b3ad3099b93;p=tfcrypt.git diff --git a/tfc_vars.c b/tfc_vars.c index f629264..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: * @@ -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;