aboutsummaryrefslogtreecommitdiff
path: root/tests/test-pbkdf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-pbkdf2.c')
-rw-r--r--tests/test-pbkdf2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-pbkdf2.c b/tests/test-pbkdf2.c
index 469b599..0688226 100644
--- a/tests/test-pbkdf2.c
+++ b/tests/test-pbkdf2.c
@@ -163,7 +163,7 @@ static int _test_pbkdf2(const uint8_t * const pwd, const size_t pwd_len,
const uint8_t * const dk, const size_t dk_len,
const unsigned count, const char * const label)
{
- printf("Starting test case %s\n", label);
+ printf("Starting PBKDF2 test case %s\n", label);
uint8_t result[dk_len];