summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2013-06-04 16:57:57 +0000
committertedu <tedu@openbsd.org>2013-06-04 16:57:57 +0000
commita3b92c2683c712454d8504a8b7b1f3636e987e0e (patch)
tree55a05bef8b1598ae2036b151ab92758576d87b00
parentmissed a space in the latin passphrase. (diff)
downloadwireguard-openbsd-a3b92c2683c712454d8504a8b7b1f3636e987e0e.tar.xz
wireguard-openbsd-a3b92c2683c712454d8504a8b7b1f3636e987e0e.zip
link subdir
-rw-r--r--regress/lib/libutil/Makefile4
-rw-r--r--regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/regress/lib/libutil/Makefile b/regress/lib/libutil/Makefile
index 6b4b0da4e2e..2161b97e9df 100644
--- a/regress/lib/libutil/Makefile
+++ b/regress/lib/libutil/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.2 2012/09/06 20:49:59 matthew Exp $
+# $OpenBSD: Makefile,v 1.3 2013/06/04 16:57:57 tedu Exp $
# Makefile for regress/libutil
-SUBDIR= fmt_scaled pkcs5_pbkdf2
+SUBDIR= bcrypt_pbkdf fmt_scaled pkcs5_pbkdf2
include:
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;