diff --git a/hyper-boring/src/v1.rs b/hyper-boring/src/v1.rs index 10d0d598..e1f9a43d 100644 --- a/hyper-boring/src/v1.rs +++ b/hyper-boring/src/v1.rs @@ -22,7 +22,7 @@ use tokio::io::{AsyncRead, AsyncWrite}; use tower_layer::Layer; use tower_service::Service; -/// A Connector using OpenSSL to support `http` and `https` schemes. +/// A Connector using BoringSSL to support `http` and `https` schemes. #[derive(Clone)] pub struct HttpsConnector { http: T, diff --git a/hyper-boring/tests/old.rs b/hyper-boring/tests/v0.rs similarity index 100% rename from hyper-boring/tests/old.rs rename to hyper-boring/tests/v0.rs diff --git a/hyper-boring/tests/hyper1.rs b/hyper-boring/tests/v1.rs similarity index 100% rename from hyper-boring/tests/hyper1.rs rename to hyper-boring/tests/v1.rs