Extract PGP key from an attachment. More...
Functions | |
void | pgp_class_extract_key_from_attachment (FILE *fp, struct Body *b) |
Extract PGP key from an attachment - Implements CryptModuleSpecs::pgp_extract_key_from_attachment() -. | |
Extract PGP key from an attachment.
fp | File containing email |
b | Body of the email |
void pgp_class_extract_key_from_attachment | ( | FILE * | fp, |
struct Body * | b | ||
) |
Extract PGP key from an attachment - Implements CryptModuleSpecs::pgp_extract_key_from_attachment() -.
Definition at line 1003 of file pgp.c.