diff options
Diffstat (limited to 'src/util/perf_crypto_ecc_dlog.c')
-rw-r--r-- | src/util/perf_crypto_ecc_dlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/perf_crypto_ecc_dlog.c b/src/util/perf_crypto_ecc_dlog.c index 59fa08d3a..2729241e2 100644 --- a/src/util/perf_crypto_ecc_dlog.c +++ b/src/util/perf_crypto_ecc_dlog.c @@ -130,7 +130,7 @@ main (int argc, char *argv[]) if (! gcry_check_version ("1.6.0")) { - FPRINTF (stderr, + fprintf (stderr, _ ("libgcrypt has not the expected version (version %s is required).\n"), "1.6.0"); |