Fix typo
This commit is contained in:
parent
89fda362d1
commit
4d19cc0dbe
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ impl Command {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn serialize(&self, ext: Le) -> Result<Vec<u8>> {
|
pub(crate) fn serialize(&self, ext: Le) -> Result<Vec<u8>> {
|
||||||
// Set OpenPGP card spec, chapter 7 (pg 47)
|
// See OpenPGP card spec, chapter 7 (pg 47)
|
||||||
|
|
||||||
// FIXME: 1) get "ext" information (how long can commands and
|
// FIXME: 1) get "ext" information (how long can commands and
|
||||||
// responses be),
|
// responses be),
|
||||||
|
|
Loading…
Reference in a new issue