summaryrefslogtreecommitdiff
path: root/regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c')
-rw-r--r--regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c b/regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c
index e04f085b886..da6fb53a508 100644
--- a/regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c
+++ b/regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c
@@ -90,7 +90,7 @@ struct test tests[] = {
};
void
-printkey(uint8_t *key, size_t keylen)
+printkey(const uint8_t *key, size_t keylen)
{
int k;