From c73a4fa2f862b00d66f84a54c10ec4c41568ff8d Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Wed, 22 Sep 2021 16:42:43 +0200 Subject: [PATCH] Adjust card name to the shop's naming. --- scdc/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scdc/src/lib.rs b/scdc/src/lib.rs index 92ddb02..25f62b7 100644 --- a/scdc/src/lib.rs +++ b/scdc/src/lib.rs @@ -44,7 +44,7 @@ const ASSUAN_LINELENGTH: usize = 1000; /// /// In concrete terms, this limit means that some commands (with big /// parameters) cannot be sent to the card, when the card doesn't support -/// command chaining (like the floss-shop OpenPGP Card 3.4). +/// command chaining (like the floss-shop "OpenPGP Smart Card 3.4"). /// /// In particular, uploading rsa4096 keys fails via scdaemon, with such cards. const CMD_SIZE_MAX: usize = ASSUAN_LINELENGTH / 2 - 25;