diff --git a/hyper-boring/src/lib.rs b/hyper-boring/src/lib.rs index d206eb6b..1822e135 100644 --- a/hyper-boring/src/lib.rs +++ b/hyper-boring/src/lib.rs @@ -1,4 +1,4 @@ -//! Hyper SSL support via OpenSSL. +//! Hyper SSL support via BoringSSL. #![warn(missing_docs)] #![cfg_attr(docsrs, feature(doc_auto_cfg))] diff --git a/hyper-boring/src/v0.rs b/hyper-boring/src/v0.rs index 07597498..03368d32 100644 --- a/hyper-boring/src/v0.rs +++ b/hyper-boring/src/v0.rs @@ -21,7 +21,7 @@ use std::{fmt, io}; use tokio::io::{AsyncRead, AsyncWrite, ReadBuf}; use tower_layer::Layer; -/// 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,