X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/14f78812a935c8f050f12112c19f359eb12f0686..8bb8c22a2c4c2b86a52069228943f38190f4bc02:/transform-eax.c?ds=sidebyside diff --git a/transform-eax.c b/transform-eax.c index c6da1d3..04cd0e6 100644 --- a/transform-eax.c +++ b/transform-eax.c @@ -290,7 +290,7 @@ static list_t *transform_apply(closure_t *self, struct cloc loc, cfgfatal(loc,"eax-serpent","parameter must be a dictionary\n"); dict=item->data.dict; - SET_CAPAB_TRANSFORMNUM(CAPAB_TRANSFORMNUM_EAXSERPENT); + SET_CAPAB_BIT(CAPAB_BIT_EAXSERPENT); SEQNUM_PARAMS_INIT(dict,&st->p,"eax-serpent",loc);