Skip to content

Commit 03f4d7a

Browse files
committed
fixup extraneous import
1 parent ef27e67 commit 03f4d7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dsa/src/signing_key.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ use pkcs8::{
1919
asn1::{OctetStringRef, UintRef},
2020
},
2121
};
22+
#[cfg(feature = "hazmat")]
23+
use signature::rand_core::CryptoRng;
2224
use signature::{
2325
DigestSigner, RandomizedDigestSigner, Signer,
2426
hazmat::{PrehashSigner, RandomizedPrehashSigner},
25-
rand_core::{CryptoRng, TryCryptoRng},
27+
rand_core::TryCryptoRng,
2628
};
2729
use zeroize::{Zeroize, Zeroizing};
2830

0 commit comments

Comments
 (0)