summaryrefslogtreecommitdiff
path: root/test/testpass.c
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2012-07-05 22:10:19 +0000
committerStefan Fritsch <sf@apache.org>2012-07-05 22:10:19 +0000
commit1918bc3327c990f77a40ec4220269008f2255599 (patch)
tree238a28cbb879edc1df109a7c4bbbb4e30f741afc /test/testpass.c
parente65ee2f679868ace36870428d16749a342be7c45 (diff)
downloadapr-1918bc3327c990f77a40ec4220269008f2255599.tar.gz
fixup previous commit
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1357968 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testpass.c')
-rw-r--r--test/testpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testpass.c b/test/testpass.c
index 584c94a01..4ed40bc96 100644
--- a/test/testpass.c
+++ b/test/testpass.c
@@ -153,7 +153,7 @@ static void test_bcryptpass(abts_case *tc, void *data)
APR_ASSERT_SUCCESS(tc, "bcrypt encode password",
apr_bcrypt_encode(pass, 5, salt, sizeof(salt), hash,
- sizeof(hash));
+ sizeof(hash)));
APR_ASSERT_SUCCESS(tc, "bcrypt password validated",
apr_password_validate(pass, hash));