[openssh-commits] [openssh] branch master updated: Pull in rev 1.17 for spelling fix.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Nov 18 20:18:52 AEDT 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new ccad76e9e Pull in rev 1.17 for spelling fix.
ccad76e9e is described below
commit ccad76e9e1e4f06889ee023893cea98bc165858b
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue Nov 18 20:14:44 2025 +1100
Pull in rev 1.17 for spelling fix.
Prompted by github PR#609 from Edge-Seven.
---
openbsd-compat/bcrypt_pbkdf.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/openbsd-compat/bcrypt_pbkdf.c b/openbsd-compat/bcrypt_pbkdf.c
index 5a22ba3b4..c41c2d68b 100644
--- a/openbsd-compat/bcrypt_pbkdf.c
+++ b/openbsd-compat/bcrypt_pbkdf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bcrypt_pbkdf.c,v 1.16 2020/08/02 18:35:48 tb Exp $ */
+/* $OpenBSD: bcrypt_pbkdf.c,v 1.17 2022/12/27 17:10:08 jmc Exp $ */
/*
* Copyright (c) 2013 Ted Unangst <tedu at openbsd.org>
*
@@ -49,7 +49,7 @@
* function with the following modifications:
* 1. The input password and salt are preprocessed with SHA512.
* 2. The output length is expanded to 256 bits.
- * 3. Subsequently the magic string to be encrypted is lengthened and modifed
+ * 3. Subsequently the magic string to be encrypted is lengthened and modified
* to "OxychromaticBlowfishSwatDynamite"
* 4. The hash function is defined to perform 64 rounds of initial state
* expansion. (More rounds are performed by iterating the hash.)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list