X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt-mod.c;h=c3281169454c173f27846dcac850eece88c164ba;hp=3c526713ae6b497623e43fddfc381d87750d97a4;hb=643fc4917f9274e824fddb1488107279b28242d7;hpb=df70e07e24add1869bcc9b7af2277d9d0c09a281 diff --git a/crypt-mod.c b/crypt-mod.c index 3c52671..c328116 100644 --- a/crypt-mod.c +++ b/crypt-mod.c @@ -1,19 +1,10 @@ /* + * Copyright notice from original mutt: * Copyright (C) 2004 g10 Code GmbH * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * This file is part of mutt-ng, see http://www.muttng.org/. + * It's licensed under the GNU General Public License, + * please see the file GPL in the top level source directory. */ #if HAVE_CONFIG_H @@ -21,6 +12,7 @@ #endif #include "crypt-mod.h" +#include "lib/mem.h" /* A type an a variable to keep track of registered crypto modules. */ typedef struct crypt_module *crypt_module_t;