mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Fixed the version number used in the restore file header
Fixes https://github.com/hashcat/hashcat/issues/1320
This commit is contained in:
parent
e8c87107c2
commit
175931575c
@ -22,6 +22,7 @@
|
||||
- Fixed a parser error for mode -m 9820 = MS Office <= 2003 $3, SHA1 + RC4, collider #2
|
||||
- Fixed a problem with changed current working directory, for instance by using --restore together with --remove
|
||||
- Fixed a memory problem that occured when the OpenCL folder was not found and e.g. the shared and session folder were the same
|
||||
- Fixed the version number used in the restore file header
|
||||
|
||||
##
|
||||
## Improvements
|
||||
|
@ -16,7 +16,7 @@
|
||||
#endif // _WIN
|
||||
|
||||
#define RESTORE_VERSION_MIN 340
|
||||
#define RESTORE_VERSION_CUR 350
|
||||
#define RESTORE_VERSION_CUR 360
|
||||
|
||||
int cycle_restore (hashcat_ctx_t *hashcat_ctx);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user