From 71f84202053e81581dc619ae9df1c37cfc0482e6 Mon Sep 17 00:00:00 2001 From: Gleb Kozyrev Date: Thu, 22 Jan 2015 18:03:19 +0200 Subject: Rename crypto::hash::HashType -> Type s/HashType/Type/ to follow the current Rust style. Import Type as HashType in modules where the name might be ambiguous. [breaking change] --- src/ssl/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ssl') diff --git a/src/ssl/tests.rs b/src/ssl/tests.rs index 77a3118d..73f479bf 100644 --- a/src/ssl/tests.rs +++ b/src/ssl/tests.rs @@ -3,7 +3,7 @@ use std::old_io::net::tcp::TcpStream; use std::old_io::{Writer}; use std::thread::Thread; -use crypto::hash::HashType::{SHA256}; +use crypto::hash::Type::{SHA256}; use ssl::SslMethod::Sslv23; use ssl::{SslContext, SslStream, VerifyCallback}; use ssl::SslVerifyMode::SslVerifyPeer; -- cgit v1.2.3