openpgp-card-sequoia: add ca_fingerprints()
This commit is contained in:
parent
5dae8e5758
commit
1f7aa97df5
1 changed files with 2 additions and 3 deletions
|
@ -241,9 +241,8 @@ impl<'a> Open<'a> {
|
|||
self.ard.fingerprints()
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
fn ca_fingerprints(&self) {
|
||||
unimplemented!()
|
||||
pub fn ca_fingerprints(&self) -> Result<[Option<Fingerprint>; 3], Error> {
|
||||
self.ard.ca_fingerprints()
|
||||
}
|
||||
|
||||
pub fn key_generation_times(&self) -> Result<KeySet<KeyGenerationTime>, Error> {
|
||||
|
|
Loading…
Reference in a new issue