Fix comment in the spec.

This commit is contained in:
Wilco Baan Hofman 2013-09-09 18:59:58 +02:00
parent 6b8f1f9a6c
commit bb7c53235e

View file

@ -140,7 +140,10 @@ interface secip
typedef [public,flag(LIBNDR_FLAG_NOALIGN)] struct { typedef [public,flag(LIBNDR_FLAG_NOALIGN)] struct {
uint16 connection_id; /* 0xffff is unassigned */ uint16 connection_id; /* 0xffff is unassigned */
uint8 pad; /* This is pretty weird actually, alphatronics bug?? */ uint8 pad; /* This is a fix for a broken spec. This is necessary because
there is no secure cryptographic padding and you can't
encrypt a 128-byte block with a 1024-bit public key.
*/
secip_message message_id; secip_message message_id;
uint16 sequence_number; uint16 sequence_number;
char device_id[16]; char device_id[16];