| Index: remoting/protocol/negotiating_host_authenticator.cc
|
| diff --git a/remoting/protocol/negotiating_host_authenticator.cc b/remoting/protocol/negotiating_host_authenticator.cc
|
| index fe81133e2f73b5897fef59f22778a772de3e1c8e..bd896f0bda0913c51c0d496651749e54a18def82 100644
|
| --- a/remoting/protocol/negotiating_host_authenticator.cc
|
| +++ b/remoting/protocol/negotiating_host_authenticator.cc
|
| @@ -231,6 +231,7 @@ void NegotiatingHostAuthenticator::CreateAuthenticator(
|
| resume_callback.Run();
|
| break;
|
|
|
| + case Method::SHARED_SECRET_PLAIN_SPAKE2_P224:
|
| case Method::SHARED_SECRET_SPAKE2_P224:
|
| current_authenticator_ = V2Authenticator::CreateForHost(
|
| local_cert_, local_key_pair_, shared_secret_hash_,
|
|
|