X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/30ba82a584441fc730ad733081805d15fd07bd09..8bb8c22a2c4c2b86a52069228943f38190f4bc02:/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); }