X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=md5.c;h=8c962d9a4bac76ee2bf09f9230964c5c14b6f8f0;hb=469fd1d95b2528212a46b155cb115c078de4228f;hp=12217d7aa44c0bdde9dcc069c5054eef4dbb861e;hpb=8689b3a94c043f04e334a7b181a7250ad5940616;p=secnet.git diff --git a/md5.c b/md5.c index 12217d7..8c962d9 100644 --- a/md5.c +++ b/md5.c @@ -279,7 +279,7 @@ void md5_module(dict_t *dict) uint8_t digest[16]; int i; - st=safe_malloc(sizeof(*st),"netlink_module"); + st=safe_malloc(sizeof(*st),"md5_module"); st->cl.description="md5"; st->cl.type=CL_HASH; st->cl.apply=NULL;