There was an error while loading. Please reload this page.
1 parent afc5ed9 commit fd4cb64Copy full SHA for fd4cb64
1 file changed
rcgen/src/certificate.rs
@@ -825,8 +825,6 @@ pub struct PolicyInformation {
825
826
impl yasna::DEREncodable for PolicyInformation {
827
fn encode_der<'a>(&self, writer: DERWriter<'a>) {
828
- use yasna::models::ObjectIdentifier;
829
-
830
writer.write_sequence(|writer| {
831
writer
832
.next()
@@ -1007,8 +1005,6 @@ impl PolicyQualifierInfo {
1007
1005
1008
1006
impl yasna::DEREncodable for PolicyQualifierInfo {
1009
1010
1011
1012
1013
1014
0 commit comments