artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12dec3a
)
typo in comment: ouput => output
author
djm
<djm@openbsd.org>
Tue, 30 Dec 2014 01:41:43 +0000
(
01:41
+0000)
committer
djm
<djm@openbsd.org>
Tue, 30 Dec 2014 01:41:43 +0000
(
01:41
+0000)
lib/libutil/bcrypt_pbkdf.c
patch
|
blob
|
history
diff --git
a/lib/libutil/bcrypt_pbkdf.c
b/lib/libutil/bcrypt_pbkdf.c
index
839773b
..
9cecf9a
100644
(file)
--- a/
lib/libutil/bcrypt_pbkdf.c
+++ b/
lib/libutil/bcrypt_pbkdf.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: bcrypt_pbkdf.c,v 1.
9 2014/07/13 21:21:25 tedu
Exp $ */
+/* $OpenBSD: bcrypt_pbkdf.c,v 1.
10 2014/12/30 01:41:43 djm
Exp $ */
/*
* Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
*
@@
-147,7
+147,7
@@
bcrypt_pbkdf(const char *pass, size_t passlen, const uint8_t *salt, size_t saltl
}
/*
- * pbkdf2 deviation: ouput the key material non-linearly.
+ * pbkdf2 deviation: ou
t
put the key material non-linearly.
*/
amt = MIN(amt, keylen);
for (i = 0; i < amt; i++) {