X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-crypt%2Fcryptglue.c;fp=lib-crypt%2Fcryptglue.c;h=0000000000000000000000000000000000000000;hp=e349698c1e796cfe687e3a6914caadbb6aa370e4;hb=b64de2dbabed6d8776dfb6f048401dc6f67ec79e;hpb=a6352753715bbffc5c11af249756af7cbb135856 diff --git a/lib-crypt/cryptglue.c b/lib-crypt/cryptglue.c deleted file mode 100644 index e349698..0000000 --- a/lib-crypt/cryptglue.c +++ /dev/null @@ -1,46 +0,0 @@ -/* - * Copyright notice from original mutt: - * Copyright (C) 2003 Werner Koch - * Copyright (C) 2004 g10 Code GmbH - * - * 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. - */ - -/* - This file dispatches the generic crypto functions to the - implemented backend or provides dummy stubs. Note, that some - generic functions are handled in crypt.c. -*/ - -/* Note: This file has been changed to make use of the new module - system. Consequently there's a 1:1 mapping between the functions - contained in this file and the functions implemented by the crypto - modules. */ - -#include - -#include "mutt.h" -#include "crypt.h" - -/* PGP */ - -/* fixme: needs documentation. */ -void crypt_pgp_invoke_getkeys (address_t * addr) -{ -} - -/* Generate a PGP public key attachment. */ -BODY *crypt_pgp_make_key_attachment (char *tempf) -{ - return NULL; -} - -/* S/MIME */ - -/* fixme: Needs documentation. */ -void crypt_smime_getkeys (ENVELOPE * env) -{ -} -