X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/92cc0bca10274a3bd9cd80b729b991b885f63b31..refs/heads/mdw/xdh:/transform-cbcmac.c diff --git a/transform-cbcmac.c b/transform-cbcmac.c index b481346..e7a3ee5 100644 --- a/transform-cbcmac.c +++ b/transform-cbcmac.c @@ -284,9 +284,6 @@ static list_t *transform_apply(closure_t *self, struct cloc loc, update_max_start_pad(&transform_max_start_pad, 28); /* 4byte seqnum, 16byte pad, 4byte MACIV, 4byte IV */ - /* 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 */ - st->ops.keylen=REQUIRED_KEYLEN; st->ops.create=transform_create; /* First parameter must be a dict */