Removed print of N1 if not found

This commit is contained in:
wiire-a 2017-11-25 21:10:47 +01:00
parent c7a237e3a2
commit d29099449e

View File

@ -1367,7 +1367,10 @@ usage_err:
printf(" (%s UTC)", buffer);
}
else {
printf("\n [*] Seed N1: 0x%08x", nonce_seed);
if (found_p_mode = RT && nonce_seed == 0)
printf("\n [*] Seed N1: -");
else
printf("\n [*] Seed N1: 0x%08x", nonce_seed);
printf("\n [*] Seed ES1: 0x%08x", s1_seed);
printf("\n [*] Seed ES2: 0x%08x", s2_seed);
}