X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt.h;h=28581364779ea775f51d98ed7653d89fb73f6e0e;hp=e6db9b71fa2d311418cdc6f8dced8d922a2e50a7;hb=e01192eefa02e292a2e9f6e041977f2db03d8db6;hpb=7d9dec2f12342892c972bed1ece496b03180cd81 diff --git a/crypt.h b/crypt.h index e6db9b7..2858136 100644 --- a/crypt.h +++ b/crypt.h @@ -89,9 +89,6 @@ int crypt_pgp_application_pgp_handler (BODY * m, STATE * s); /* MIME handler for an PGP/MIME encrypted message. */ int crypt_pgp_encrypted_handler (BODY * a, STATE * s); -/* fixme: needs documentation. */ -void crypt_pgp_invoke_getkeys (address_t * addr); - /* Check for a traditional PGP message in body B. */ int crypt_pgp_check_traditional (FILE * fp, BODY * b, int tagged_only); @@ -109,9 +106,6 @@ int crypt_smime_decrypt_mime (FILE * a, FILE ** b, BODY * c, BODY ** d); /* MIME handler for the application/smime content-type. */ int crypt_smime_application_smime_handler (BODY * m, STATE * s); -/* fixme: Needs documentation. */ -void crypt_smime_getkeys (ENVELOPE * env); - /* Check that the sender matches. */ int crypt_smime_verify_sender (HEADER * h);