We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1fb4d0 commit 223fc11Copy full SHA for 223fc11
src/hsm/cmd_list_keys.c
@@ -60,7 +60,7 @@ int cmd_list_keys() {
60
res_APDU[res_APDU_size++] = f->fid & 0xff;
61
}
62
63
-#if !defined(ENABLE_EMULATION)
+#if !defined(ENABLE_EMULATION) && !defined(ESP_PLATFORM)
64
if ((apdu.rlen + 2 + 10) % 64 == 0) { // FIX for strange behaviour with PSCS and multiple of 64
65
res_APDU[res_APDU_size++] = 0;
66
0 commit comments