X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/1ce2f8bc69bc1bef98b48f450081d96e2c29cc00..5b5f297f9a9d47ee7e9804d5bdaa552f1953c6b6:/transform-cbcmac.c diff --git a/transform-cbcmac.c b/transform-cbcmac.c index 6920165..95c64e8 100644 --- a/transform-cbcmac.c +++ b/transform-cbcmac.c @@ -278,6 +278,8 @@ static list_t *transform_apply(closure_t *self, struct cloc loc, st->max_seq_skew=dict_read_number(dict, "max-sequence-skew", False, "serpent-cbc256", loc, 10); + SET_CAPAB_TRANSFORMNUM(CAPAB_TRANSFORMNUM_SERPENT256CBC); + return new_closure(&st->cl); }