- agent/protect.c (calibrate_get_time): Use clock_gettime when the
CLOCK_THREAD_PROCESS_ID clock is available. On non-W32 systems,
store time directly as milliseconds instead of clock ticks.
(calibrate_elapsed_time): Fix computation of elapsed time accordingly.
(struct calibrate_time_s): Rename member ticks to ms.
GnuPG-bug-id: 3276
Signed-off-by: Damien Goutte-Gattat <dgouttegattat@incenp.org>