summaryrefslogtreecommitdiff
path: root/src/util/perf_crypto_ecc_dlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/perf_crypto_ecc_dlog.c')
-rw-r--r--src/util/perf_crypto_ecc_dlog.c2
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[])
130 130
131 if (! gcry_check_version ("1.6.0")) 131 if (! gcry_check_version ("1.6.0"))
132 { 132 {
133 FPRINTF (stderr, 133 fprintf (stderr,
134 _ 134 _
135 ("libgcrypt has not the expected version (version %s is required).\n"), 135 ("libgcrypt has not the expected version (version %s is required).\n"),
136 "1.6.0"); 136 "1.6.0");