diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-06-22 12:56:05 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-06-22 12:56:05 +0800 |
commit | 34993bc0feaa65d15ccc57d49b448b7ad8815775 (patch) | |
tree | 2b92187279bccb0c68bc332324568329838746ae /mail/mail-crypto.h | |
parent | e1d47e07e9353fcb8cdf7f8ccaef1a82da0a6a2b (diff) | |
download | gsoc2013-evolution-34993bc0feaa65d15ccc57d49b448b7ad8815775.tar.gz gsoc2013-evolution-34993bc0feaa65d15ccc57d49b448b7ad8815775.tar.zst gsoc2013-evolution-34993bc0feaa65d15ccc57d49b448b7ad8815775.zip |
If the pgp type is gpg, then use the gpg context.
2002-06-21 Jeffrey Stedfast <fejj@ximian.com>
* mail-crypto.c (mail_crypto_pgp_mime_part_verify): If the pgp
type is gpg, then use the gpg context.
(mail_crypto_pgp_mime_part_sign): Same.
(mail_crypto_pgp_mime_part_encrypt): Same.
(mail_crypto_pgp_mime_part_decrypt): Same.
* mail-format.c (handle_multipart_signed): Use the new gpg cipher
context.
svn path=/trunk/; revision=17253
Diffstat (limited to 'mail/mail-crypto.h')
-rw-r--r-- | mail/mail-crypto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-crypto.h b/mail/mail-crypto.h index 42467613e2..1ed794ceb5 100644 --- a/mail/mail-crypto.h +++ b/mail/mail-crypto.h @@ -31,7 +31,7 @@ #ifdef __cplusplus extern "C" { #pragma } -#endif /* __cplusplus } */ +#endif /* __cplusplus */ /* PGP/MIME convenience wrappers */ void mail_crypto_pgp_mime_part_sign (CamelMimePart **mime_part, |