summaryrefslogtreecommitdiff
path: root/tests/t-rsa-pss.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t-rsa-pss.c')
-rw-r--r--tests/t-rsa-pss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t-rsa-pss.c b/tests/t-rsa-pss.c
index c5f90116..82dd54b3 100644
--- a/tests/t-rsa-pss.c
+++ b/tests/t-rsa-pss.c
@@ -340,7 +340,7 @@ one_test_sexp (const char *n, const char *e, const char *d,
snprintf (p, 3, "%02x", out[i]);
if (strcmp (sig_string, s))
{
- fail ("gcry_pkhash_sign failed: %s",
+ fail ("gcry_pk_hash_sign failed: %s",
"wrong value returned");
info (" expected: '%s'", s);
info (" got: '%s'", sig_string);