X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=transform-eax.c;h=04cd0e65d7648b28c4f0afd29437c53d139156de;hb=564022994befb8f71b89ae015751b22c34ae3ee8;hp=c6da1d33d86ecf87f696c16176492eb951feb778;hpb=14f78812a935c8f050f12112c19f359eb12f0686;p=secnet.git 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);