X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=transform-cbcmac.c;h=b481346068833c12eefdc1463b20cf489a97286d;hb=4d9d6e20e19c1aaa0d138e70897d136b36d673c0;hp=ad9e901ac332094d9dc0e116493b7855d10ecee7;hpb=30ba82a584441fc730ad733081805d15fd07bd09;p=secnet.git 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); }