From ae93d67950256ceefa606ab59f7b8ba193981dca Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 8 Jul 2015 20:17:52 +0100 Subject: Add a note about when the fix comes in --- luascrypt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- cgit v1.2.1