aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_crypto_ecdh_eddsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_crypto_ecdh_eddsa.c')
-rw-r--r--src/util/test_crypto_ecdh_eddsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_crypto_ecdh_eddsa.c b/src/util/test_crypto_ecdh_eddsa.c
index 721f831d0..00f85033e 100644
--- a/src/util/test_crypto_ecdh_eddsa.c
+++ b/src/util/test_crypto_ecdh_eddsa.c
@@ -74,7 +74,7 @@ main (int argc, char *argv[])
74{ 74{
75 if (! gcry_check_version ("1.6.0")) 75 if (! gcry_check_version ("1.6.0"))
76 { 76 {
77 FPRINTF (stderr, 77 fprintf (stderr,
78 _("libgcrypt has not the expected version (version %s is required).\n"), 78 _("libgcrypt has not the expected version (version %s is required).\n"),
79 "1.6.0"); 79 "1.6.0");
80 return 0; 80 return 0;