Skip to content

Commit

Permalink
Remove a dead import
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Jan 6, 2019
1 parent 31e6e3a commit 0234363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extern crate bit_vec;
use yasna::Tag;
use yasna::models::ObjectIdentifier;
use pem::Pem;
use ring::signature::{ECDSAKeyPair, KeyPair};
use ring::signature::ECDSAKeyPair;
use ring::rand::SystemRandom;
use untrusted::Input;
use ring::signature::ECDSA_P256_SHA256_ASN1_SIGNING as KALG;
Expand Down

0 comments on commit 0234363

Please # to comment.