openpgp-card-sequoia: add ca_fingerprints()

This commit is contained in:
Heiko Schaefer 2022-10-24 16:58:01 +02:00
parent 5dae8e5758
commit 1f7aa97df5
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -241,9 +241,8 @@ impl<'a> Open<'a> {
self.ard.fingerprints() self.ard.fingerprints()
} }
#[allow(dead_code)] pub fn ca_fingerprints(&self) -> Result<[Option<Fingerprint>; 3], Error> {
fn ca_fingerprints(&self) { self.ard.ca_fingerprints()
unimplemented!()
} }
pub fn key_generation_times(&self) -> Result<KeySet<KeyGenerationTime>, Error> { pub fn key_generation_times(&self) -> Result<KeySet<KeyGenerationTime>, Error> {