Fixed the version number used in the restore file header

Fixes https://github.com/hashcat/hashcat/issues/1320
pull/1324/head
jsteube 7 years ago
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…
Cancel
Save