diff --git a/openpgp-card-sequoia/src/card.rs b/openpgp-card-sequoia/src/card.rs index 6f3fd92..1dbd718 100644 --- a/openpgp-card-sequoia/src/card.rs +++ b/openpgp-card-sequoia/src/card.rs @@ -17,7 +17,7 @@ use openpgp_card::card_do::{ ExtendedCapabilities, ExtendedLengthInfo, Fingerprint, HistoricalBytes, KeyGenerationTime, PWStatusBytes, SecuritySupportTemplate, Sex, }; -use openpgp_card::{CardApp, CardClientBox, Error, KeySet, KeyType, Response}; +use openpgp_card::{CardApp, Error, KeySet, KeyType, Response}; use crate::decryptor::CardDecryptor; use crate::signer::CardSigner; diff --git a/openpgp-card-sequoia/src/privkey.rs b/openpgp-card-sequoia/src/privkey.rs index fdc92f5..6990248 100644 --- a/openpgp-card-sequoia/src/privkey.rs +++ b/openpgp-card-sequoia/src/privkey.rs @@ -22,8 +22,6 @@ use openpgp_card::crypto_data::{ use openpgp_card::Error; use sequoia_openpgp::types::Curve; -use crate::util; - /// A SequoiaKey represents the private cryptographic key material of an /// OpenPGP (sub)key to be uploaded to an OpenPGP card. pub(crate) struct SequoiaKey { diff --git a/openpgp-card-sequoia/src/util.rs b/openpgp-card-sequoia/src/util.rs index 074464b..f376394 100644 --- a/openpgp-card-sequoia/src/util.rs +++ b/openpgp-card-sequoia/src/util.rs @@ -32,7 +32,6 @@ use openpgp_card::{CardApp, Error, KeyType}; use crate::card::Open; use crate::privkey::SequoiaKey; -use crate::signer::CardSigner; use crate::{decryptor, signer, PublicKey}; /// Create a Cert from the three subkeys on a card.