Bug 299017. Fix for firefox 2.0 and firefox 1.5.0.10, password file.
This commit is contained in:
parent
835bd86edc
commit
a94dd41db4
@ -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.....
|
||||
|
Loading…
Reference in New Issue
Block a user