tfc_signal: add elapsed time counter.
[tfcrypt.git] / tfc_vars.c
index 44da6e07ac024ba2e3533c2d50feccb5390dbec4..4ca378554eaf522a5df4c90437abfbc80a03caa4 100644 (file)
@@ -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;