1
0
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:
jsteube 2016-10-26 14:50:23 +02:00
parent 68b907a012
commit f02b34b6ae

View File

@ -76,7 +76,7 @@ int main ()
{ {
// this one actually starts the cracking // 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) if (rc_run == 0)
{ {