| Index: remoting/protocol/negotiating_authenticator_base.cc
|
| diff --git a/remoting/protocol/negotiating_authenticator_base.cc b/remoting/protocol/negotiating_authenticator_base.cc
|
| index 1049a4b8fe1ded91cd2ebbdb5dff3c54bb24490c..87970b42d437ecb8a6479d4d31d7efab2bb02eba 100644
|
| --- a/remoting/protocol/negotiating_authenticator_base.cc
|
| +++ b/remoting/protocol/negotiating_authenticator_base.cc
|
| @@ -24,9 +24,6 @@ namespace {
|
|
|
| const NameMapElement<NegotiatingAuthenticatorBase::Method>
|
| kAuthenticationMethodStrings[] = {
|
| - {NegotiatingAuthenticatorBase::Method::SHARED_SECRET_PLAIN_SPAKE2_P224,
|
| - "spake2_plain"},
|
| -
|
| {NegotiatingAuthenticatorBase::Method::SHARED_SECRET_SPAKE2_P224,
|
| "spake2_hmac"},
|
| {NegotiatingAuthenticatorBase::Method::SHARED_SECRET_SPAKE2_CURVE25519,
|
|
|