-/* $Id: mmpasswd.c,v 1.6 2004/05/06 00:05:35 mmondor Exp $ */
+/* $Id: mmpasswd.c,v 1.6.6.1 2007/03/16 16:17:14 mmondor Exp $ */
/*
* Copyright (C) 2002-2004, Matthew Mondor
MMCOPYRIGHT("@(#) Copyright (c) 2002-2004\n\
\tMatthew Mondor. All rights reserved.\n");
-MMRCSID("$Id: mmpasswd.c,v 1.6 2004/05/06 00:05:35 mmondor Exp $");
+MMRCSID("$Id: mmpasswd.c,v 1.6.6.1 2007/03/16 16:17:14 mmondor Exp $");
*/
struct salt_md5 {
- /* Restrict salt to 6 characters since PHP crypt() seems to have this
- * limit.
- */
- char salt[7];
+ char salt[9];
};
struct hash_md5 {