This is an automated email from the ASF dual-hosted git repository.
masaori pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/quic-latest by this push:
new 6f515f1 Fix signature of QUICHandshakeProtocol::is_key_derived() in
Mock.h
6f515f1 is described below
commit 6f515f1c1b33b930b1acd023c722c97eef501ada
Author: Masaori Koshiba <[email protected]>
AuthorDate: Tue Mar 13 10:08:31 2018 +0900
Fix signature of QUICHandshakeProtocol::is_key_derived() in Mock.h
---
iocore/net/quic/Mock.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iocore/net/quic/Mock.h b/iocore/net/quic/Mock.h
index fbac350..f916ded 100644
--- a/iocore/net/quic/Mock.h
+++ b/iocore/net/quic/Mock.h
@@ -477,7 +477,7 @@ public:
}
bool
- is_key_derived() const override
+ is_key_derived(QUICKeyPhase /* key_phase */) const override
{
return true;
}
--
To stop receiving notification emails like this one, please contact
[email protected].