Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maskit committed Feb 20, 2020
1 parent 1598518 commit 7fea981
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion iocore/net/quic/QUICKeyGenerator_openssl.cc
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion iocore/net/quic/QUICPacketHeaderProtector_openssl.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @file
*
* QUIC Packet Header Protector (BoringSSL specific code)
* QUIC Packet Header Protector (OpenSSL specific code)
*
* @section license License
*
Expand Down
2 changes: 1 addition & 1 deletion iocore/net/quic/QUICPacketPayloadProtector_openssl.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @file
*
* QUIC Packet Payload Protector (BoringSSL specific code)
* QUIC Packet Payload Protector (OpenSSL specific code)
*
* @section license License
*
Expand Down
2 changes: 1 addition & 1 deletion iocore/net/quic/QUICTLS_openssl.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @file
*
* QUIC Crypto (TLS to Secure QUIC) using BoringSSL
* QUIC Crypto (TLS to Secure QUIC) using OpenSSL
*
* @section license License
*
Expand Down

0 comments on commit 7fea981

Please sign in to comment.