1
0
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:
jsteube 2017-08-14 12:10:42 +02:00
parent e8c87107c2
commit 175931575c
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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);