From 7fea981ee4f305631fc0761028b725c097a02e79 Mon Sep 17 00:00:00 2001 From: Masakazu Kitajo Date: Thu, 13 Feb 2020 10:13:26 +0900 Subject: [PATCH] Update comments --- iocore/net/quic/QUICKeyGenerator_openssl.cc | 2 +- iocore/net/quic/QUICPacketHeaderProtector_openssl.cc | 2 +- iocore/net/quic/QUICPacketPayloadProtector_openssl.cc | 2 +- iocore/net/quic/QUICTLS_openssl.cc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iocore/net/quic/QUICKeyGenerator_openssl.cc b/iocore/net/quic/QUICKeyGenerator_openssl.cc index 0d08cb4ef50..e7bb227faf0 100644 --- a/iocore/net/quic/QUICKeyGenerator_openssl.cc +++ b/iocore/net/quic/QUICKeyGenerator_openssl.cc @@ -1,6 +1,6 @@ /** @file * - * A key generator for QUIC connection (BoringSSL specific parts) + * A key generator for QUIC connection (OpenSSL specific parts) * * @section license License * diff --git a/iocore/net/quic/QUICPacketHeaderProtector_openssl.cc b/iocore/net/quic/QUICPacketHeaderProtector_openssl.cc index 446d2c0fc90..43bbba8e901 100644 --- a/iocore/net/quic/QUICPacketHeaderProtector_openssl.cc +++ b/iocore/net/quic/QUICPacketHeaderProtector_openssl.cc @@ -1,6 +1,6 @@ /** @file * - * QUIC Packet Header Protector (BoringSSL specific code) + * QUIC Packet Header Protector (OpenSSL specific code) * * @section license License * diff --git a/iocore/net/quic/QUICPacketPayloadProtector_openssl.cc b/iocore/net/quic/QUICPacketPayloadProtector_openssl.cc index a121128ce30..b25f099051e 100644 --- a/iocore/net/quic/QUICPacketPayloadProtector_openssl.cc +++ b/iocore/net/quic/QUICPacketPayloadProtector_openssl.cc @@ -1,6 +1,6 @@ /** @file * - * QUIC Packet Payload Protector (BoringSSL specific code) + * QUIC Packet Payload Protector (OpenSSL specific code) * * @section license License * diff --git a/iocore/net/quic/QUICTLS_openssl.cc b/iocore/net/quic/QUICTLS_openssl.cc index b9e00c63a9a..d4c04dc1095 100644 --- a/iocore/net/quic/QUICTLS_openssl.cc +++ b/iocore/net/quic/QUICTLS_openssl.cc @@ -1,6 +1,6 @@ /** @file * - * QUIC Crypto (TLS to Secure QUIC) using BoringSSL + * QUIC Crypto (TLS to Secure QUIC) using OpenSSL * * @section license License *