summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);