mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-01 04:58:57 +00:00
08fc0ec1fb
Fixed a parser error for mode -m 9820 = MS Office <= 2003 $3, SHA1 + RC4, collider #2
12 lines
165 B
C
12 lines
165 B
C
/**
|
|
* Author......: See docs/credits.txt
|
|
* License.....: MIT
|
|
*/
|
|
|
|
#ifndef _SELFTEST_H
|
|
#define _SELFTEST_H
|
|
|
|
void *thread_selftest (void *p);
|
|
|
|
#endif // _SELFTEST_H
|