X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt-mod.c;fp=crypt-mod.c;h=9200ef95408d573854475af4ff220b0eab58fcbf;hp=c3281169454c173f27846dcac850eece88c164ba;hb=ba5e3af4ea19e1d20c80941c077039871ec84258;hpb=a8477ebaa09990b3688164cbe5cf661c4189541d diff --git a/crypt-mod.c b/crypt-mod.c index c328116..9200ef9 100644 --- a/crypt-mod.c +++ b/crypt-mod.c @@ -27,7 +27,7 @@ static crypt_module_t modules; /* Register a new crypto module. */ void crypto_module_register (crypt_module_specs_t specs) { - crypt_module_t module_new = safe_malloc (sizeof (*module_new)); + crypt_module_t module_new = mem_malloc (sizeof (*module_new)); module_new->specs = specs; module_new->next = modules;