mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 16:21:12 +00:00
Rename hashcat_session_run() to hashcat_session_execute()
This commit is contained in:
parent
68b907a012
commit
f02b34b6ae
@ -76,7 +76,7 @@ int main ()
|
||||
{
|
||||
// this one actually starts the cracking
|
||||
|
||||
const int rc_run = hashcat_session_run (hashcat_ctx);
|
||||
const int rc_run = hashcat_session_execute (hashcat_ctx);
|
||||
|
||||
if (rc_run == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user