summaryrefslogtreecommitdiff
path: root/tests/test-marshallers.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-marshallers.proto')
-rw-r--r--tests/test-marshallers.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test-marshallers.proto b/tests/test-marshallers.proto
index 6ca2d4c..7ec803f 100644
--- a/tests/test-marshallers.proto
+++ b/tests/test-marshallers.proto
@@ -35,6 +35,13 @@ channel TestChannel {
uint16 txt4_len;
uint8 txt4[txt4_len] @end @zero_terminated;
} @declare ZeroLen1;
+
+ message {
+ uint16 pwd_len;
+ uint8 pwd[pwd_len] @as_ptr(pwd_len);
+ uint16 A_len;
+ uint8 A[A_len] @as_ptr(A_len);
+ } @declare Srp;
};
protocol Spice {