aboutsummaryrefslogtreecommitdiff
path: root/cast/common/channel/proto/cast_channel.proto
diff options
context:
space:
mode:
Diffstat (limited to 'cast/common/channel/proto/cast_channel.proto')
-rw-r--r--cast/common/channel/proto/cast_channel.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/cast/common/channel/proto/cast_channel.proto b/cast/common/channel/proto/cast_channel.proto
index 968acf5c..3714e360 100644
--- a/cast/common/channel/proto/cast_channel.proto
+++ b/cast/common/channel/proto/cast_channel.proto
@@ -92,7 +92,7 @@ message AuthChallenge {
message AuthResponse {
required bytes signature = 1;
required bytes client_auth_certificate = 2;
- repeated bytes intermediate_certificates = 3;
+ repeated bytes intermediate_certificate = 3;
optional SignatureAlgorithm signature_algorithm = 4
[default = RSASSA_PKCS1v15];
optional bytes sender_nonce = 5;