X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=transform-cbcmac.c;fp=transform-cbcmac.c;h=ebf47028ae3fdfbe4f9b77a2373d199ce6de376a;hb=b7886fd46ab05c97b8a072e497903622bd1d5290;hp=02cbd4c2bf634bd4393c432b899f55610a7843c0;hpb=8f828e0ffdab1adb6f28fd705c5830ef8f7ac2b4;p=secnet.git diff --git a/transform-cbcmac.c b/transform-cbcmac.c index 02cbd4c..ebf4702 100644 --- a/transform-cbcmac.c +++ b/transform-cbcmac.c @@ -256,7 +256,7 @@ static list_t *transform_apply(closure_t *self, struct cloc loc, item_t *item; dict_t *dict; - st=safe_malloc(sizeof(*st),"serpent"); + NEW(st); st->cl.description="serpent-cbc256"; st->cl.type=CL_TRANSFORM; st->cl.apply=NULL;