X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/010e0a701d6028f2d00a74e447a9bc17f3648778..92cc0bca10274a3bd9cd80b729b991b885f63b31:/transform-cbcmac.c diff --git a/transform-cbcmac.c b/transform-cbcmac.c index ad9e901..b481346 100644 --- a/transform-cbcmac.c +++ b/transform-cbcmac.c @@ -298,7 +298,7 @@ static list_t *transform_apply(closure_t *self, struct cloc loc, SEQNUM_PARAMS_INIT(dict,&st->p,"serpent-cbc256",loc); - SET_CAPAB_TRANSFORMNUM(CAPAB_TRANSFORMNUM_SERPENT256CBC); + SET_CAPAB_BIT(CAPAB_BIT_SERPENT256CBC); return new_closure(&st->cl); }