style
This commit is contained in:
@@ -121,12 +121,12 @@ bool emv_rocacheck(const unsigned char *buf, size_t buflen, bool verbose) {
|
||||
|
||||
mbedtls_mpi_free(&t_temp);
|
||||
mbedtls_mpi_free(&t_prime);
|
||||
|
||||
|
||||
if (bitand_is_zero(&g_one, &prints[i])) {
|
||||
if (verbose) {
|
||||
PrintAndLogEx(FAILED, "No fingerprint found.\n");
|
||||
}
|
||||
mbedtls_mpi_free(&g_one);
|
||||
mbedtls_mpi_free(&g_one);
|
||||
goto cleanup;
|
||||
}
|
||||
mbedtls_mpi_free(&g_one);
|
||||
|
||||
Reference in New Issue
Block a user