| Index: remoting/protocol/negotiating_authenticator_base.cc
|
| diff --git a/remoting/protocol/negotiating_authenticator_base.cc b/remoting/protocol/negotiating_authenticator_base.cc
|
| index 7bc192e05e9625b4721e4485f1a1581a22228927..1049a4b8fe1ded91cd2ebbdb5dff3c54bb24490c 100644
|
| --- a/remoting/protocol/negotiating_authenticator_base.cc
|
| +++ b/remoting/protocol/negotiating_authenticator_base.cc
|
| @@ -34,6 +34,8 @@ const NameMapElement<NegotiatingAuthenticatorBase::Method>
|
|
|
| {NegotiatingAuthenticatorBase::Method::PAIRED_SPAKE2_P224,
|
| "spake2_pair"},
|
| + {NegotiatingAuthenticatorBase::Method::PAIRED_SPAKE2_CURVE25519,
|
| + "pair_spake2_curve25519"},
|
|
|
| {NegotiatingAuthenticatorBase::Method::THIRD_PARTY_SPAKE2_P224,
|
| "third_party"},
|
|
|