diff --git a/openpgp-card/src/card_app.rs b/openpgp-card/src/card_app.rs index 1217b03..7a1c451 100644 --- a/openpgp-card/src/card_app.rs +++ b/openpgp-card/src/card_app.rs @@ -555,7 +555,7 @@ impl CardApp { fp.to_vec(), ); - apdu::send_command(self.card(), fp_cmd, true) + apdu::send_command(self.card(), fp_cmd, false) } /// Set algorithm attributes [4.4.3.9 Algorithm Attributes]