X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/fcad4b0b370b9fc232db98895fbfe22177436433..45a1170652384baf744a5e61d576af534c7b8b14:/transform-cbcmac.c diff --git a/transform-cbcmac.c b/transform-cbcmac.c index 5fb66ba..6920165 100644 --- a/transform-cbcmac.c +++ b/transform-cbcmac.c @@ -263,7 +263,6 @@ static list_t *transform_apply(closure_t *self, struct cloc loc, st->ops.st=st; st->ops.max_start_pad=28; /* 4byte seqnum, 16byte pad, 4byte MACIV, 4byte IV */ - st->ops.max_end_pad=16; /* 16byte CBCMAC */ /* We need 256*2 bits for serpent keys, 32 bits for CBC-IV and 32 bits for CBCMAC-IV, and 32 bits for init sequence number */