diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-04 16:57:58 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-04 16:57:58 +0000 |
commit | c6e025466faf890aadc4a6ffc8ac1f24ed43bda1 (patch) | |
tree | 75f2a66a2752fa4b295137d1eefa52de4b2e5858 /regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c | |
parent | 0f0f5acab7ec20c48cdf8a1cc7681891ddd53af3 (diff) |
link subdir
Diffstat (limited to 'regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c')
-rw-r--r-- | regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c | 2 |
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; |