mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Do not use the VMC C reserved word readonly.
This commit is contained in:
parent
c9271f6d58
commit
34baa18187
8 changed files with 27 additions and 19 deletions
|
@ -161,7 +161,7 @@ calibrate_s2k_count (void)
|
|||
if (opt.verbose)
|
||||
{
|
||||
ms = calibrate_s2k_count_one (count);
|
||||
log_info ("S2K calibration: %lu iterations for %lums\n", count, ms);
|
||||
log_info ("S2K calibration: %lu -> %lums\n", count, ms);
|
||||
}
|
||||
|
||||
return count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue