chg: ...textual

This commit is contained in:
iceman1001 2018-04-26 14:19:33 +02:00
parent e4bf5d3c66
commit ef867794d1

View file

@ -513,7 +513,7 @@ int CmdHF14AInfo(const char *Cmd) {
if ( res == 1 )
PrintAndLogEx(SUCCESS, "Prng detection: WEAK");
else if (res == 0 )
PrintAndLogEx(SUCCESS, "Prng detection: WEAK");
PrintAndLogEx(SUCCESS, "Prng detection: HARD");
else
PrintAndLogEx(FAILED, "prng detection: failed");