X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/010e0a701d6028f2d00a74e447a9bc17f3648778..92cc0bca10274a3bd9cd80b729b991b885f63b31:/transform-eax.c 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);