summaryrefslogtreecommitdiffhomepage
path: root/libtomcrypt/testprof/katja_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtomcrypt/testprof/katja_test.c')
-rw-r--r--libtomcrypt/testprof/katja_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtomcrypt/testprof/katja_test.c b/libtomcrypt/testprof/katja_test.c
index 47d01fe..86fe6b0 100644
--- a/libtomcrypt/testprof/katja_test.c
+++ b/libtomcrypt/testprof/katja_test.c
@@ -13,7 +13,7 @@ int katja_test(void)
hash_idx = find_hash("sha1");
prng_idx = find_prng("yarrow");
if (hash_idx == -1 || prng_idx == -1) {
- fprintf(stderr, "katja_test requires SHA1 and yarrow");
+ fprintf(stderr, "katja_test requires LTC_SHA1 and yarrow");
return 1;
}