X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/9d3a4132788b198345116624761c12ed7bc936b6..3454dce4c6909648b711a59b57c5a527036b2a8e:/md5.c 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;