1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-03-24 11:25:41 +00:00

Merge pull request #2149 from matrix/issue_2147

removed the debug printf
This commit is contained in:
Jens Steube 2019-08-05 13:15:39 +02:00 committed by GitHub
commit e1c8f8e737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -773,8 +773,6 @@ DECLSPEC void m21200s (u32 *w0, u32 *w1, u32 *w2, u32 *w3, const u32 pw_len, KER
const u32x d0 = d;
const u32x e0 = e;
if (gid == 0) printf("sha1(salt): %08x %08x %08x %08x %08x\n", a0, b0, c0, d0, e0);
/**
* digest
*/