summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2015-07-08 20:17:52 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2015-07-08 20:17:52 +0100
commitae93d67950256ceefa606ab59f7b8ba193981dca (patch)
tree44fb49ea45384fcca88bd181e210775fe864c3c7
parent9affdc735bc5731580619057405d16cf588afe9b (diff)
downloadlua-scrypt-git-ae93d67950256ceefa606ab59f7b8ba193981dca.tar.gz
Add a note about when the fix comes in
-rw-r--r--luascrypt.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/luascrypt.c b/luascrypt.c
index 2492cf7..e824cea 100644
--- a/luascrypt.c
+++ b/luascrypt.c
@@ -95,7 +95,9 @@ luascrypt_hash_password(lua_State *L)
/* some versions of libscrypt fail to include the final equals
- * after mcf encoding -- check and if it's missing, add it back
+ * after mcf encoding -- check and if it's missing, add it back.
+ * known bad: jessie's libscrypt0 package
+ * known good: master of libscrypt as of 8th July 2015 (check date)
*/
{
int oblen = strlen(outbuf);