diff options
Diffstat (limited to 'src/x509/tests.rs')
| -rw-r--r-- | src/x509/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x509/tests.rs b/src/x509/tests.rs index c9a655f2..4f24e70c 100644 --- a/src/x509/tests.rs +++ b/src/x509/tests.rs @@ -2,7 +2,7 @@ use serialize::hex::FromHex; use std::old_io::{File, Open, Read}; use std::old_io::util::NullWriter; -use crypto::hash::HashType::{SHA256}; +use crypto::hash::Type::{SHA256}; use x509::{X509, X509Generator}; use x509::KeyUsage::{DigitalSignature, KeyEncipherment}; use x509::ExtKeyUsage::{ClientAuth, ServerAuth}; |