Fix: set_fingerprint doesn't expect a reply (failed on FLOSS Card 3.4, after refactoring set_fingerprint)

This commit is contained in:
Heiko Schaefer 2021-08-11 21:09:44 +02:00
parent a0370c5c53
commit df4b4bdabb

View file

@ -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]