From dc89010869c049020f6199bca9ba1e06e745711a Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Mon, 5 Jul 2021 11:48:34 +0200 Subject: [PATCH] Re-format comment --- openpgp-card/src/apdu/command.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openpgp-card/src/apdu/command.rs b/openpgp-card/src/apdu/command.rs index 723c468..58ba583 100644 --- a/openpgp-card/src/apdu/command.rs +++ b/openpgp-card/src/apdu/command.rs @@ -59,8 +59,7 @@ impl Command { // Le match ext { // FIXME? (from scd/apdu.c): - // /* T=0 does not allow the use of Lc together with L - // e; + // /* T=0 does not allow the use of Lc together with Le; // thus disable Le in this case. */ // if (reader_table[slot].is_t0) // le = -1;