Commit 7a653282 authored by David Weinstein's avatar David Weinstein
Browse files

Get rid of use Asn1TimeRef warning for some builds

parent 06f19cf2
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -10,7 +10,10 @@ use std::collections::HashMap;
use std::marker::PhantomData;

use HashTypeInternals;
use asn1::{Asn1Time, Asn1TimeRef};
use asn1::Asn1Time;
#[cfg(feature = "x509_expiry")]
use asn1::Asn1TimeRef;

use bio::{MemBio, MemBioSlice};
use crypto::hash;
use crypto::hash::Type as HashType;