X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-crypt%2Fsmime.h;fp=lib-crypt%2Fsmime.h;h=0000000000000000000000000000000000000000;hp=f127e0618b6bfc92acc9b9a7d0f1d31286e5f6d2;hb=64a23f5574b096605383ef1886c7d0d6c42aeeee;hpb=1e73e3243b4a748ee98b58f6f2512a14785bb36d diff --git a/lib-crypt/smime.h b/lib-crypt/smime.h deleted file mode 100644 index f127e06..0000000 --- a/lib-crypt/smime.h +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Copyright notice from original mutt: - * Copyright (C) 2001,2002 Oliver Ehli - * 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. - */ - - -#include "crypt.h" - -int smime_decrypt_mime (FILE *, FILE **, BODY *, BODY **); - -int smime_application_smime_handler (BODY *, STATE *); - - -BODY *smime_sign_message (BODY *); - -BODY *smime_build_smime_entity (BODY *, char *); - -int smime_verify_one (BODY *, STATE *, const char *); - - -int smime_verify_sender (HEADER *); - - -char *smime_get_field_from_db (char *, char *, short, short); - -void smime_getkeys (ENVELOPE *); - -char *smime_ask_for_key (char *, char *, short); - -char *smime_findKeys (address_t * to, address_t * cc, address_t * bcc); - -void smime_invoke_import (char *, char *); - -int smime_send_menu (HEADER * msg, int *redraw);