Bug 299017. Fix for firefox 2.0 and firefox 1.5.0.10, password file.

This commit is contained in:
Jim Norman 2007-08-10 18:53:22 +00:00
parent 835bd86edc
commit a94dd41db4

View File

@ -88,13 +88,14 @@
#define Unichar unsigned int
#define HEADER_VERSION "#2c"
// firefox 1.5.10 & greater and firefox 2.0
#define HEADER_VERSION2 "#2d"
#define CRYPT_PREFIX "~"
#define HEADER_VERSION "#2c"
#define SIGNON_FILE_NAME "signons.txt"
// firefox 1.5.0.10 & greater and firefox 2.0.0.2
// http://kb.mozillazine.org/Signons2.txt
#define HEADER_VERSION2 "#2d"
#define SIGNON_FILE_NAME2 "signons2.txt"
// Internal structure declaration taken from firefox.....