chiark / gitweb /
magic.h, etc.: Rename the transform capability bits.
[secnet.git] / transform-eax.c
index c6da1d33d86ecf87f696c16176492eb951feb778..04cd0e65d7648b28c4f0afd29437c53d139156de 100644 (file)
@@ -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);