From 0417c81c051f9180a38a6ac0054646bf5877e8b0 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 12 Apr 2001 21:18:40 +0000 Subject: Updated to reflect the few changes made to the CamelPgpContext class. 2001-04-12 Jeffrey Stedfast * camel-pgp-mime.c: Updated to reflect the few changes made to the CamelPgpContext class. * camel-pgp-context.c: Updated to subclass of CamelCipherContext. * camel-cipher-context.[c,h]: New base class for CamelPgpContext. Also contains the replacement for CamelPgpValidity, CamelCipherValidity. svn path=/trunk/; revision=9283 --- camel/camel-pgp-mime.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'camel/camel-pgp-mime.h') diff --git a/camel/camel-pgp-mime.h b/camel/camel-pgp-mime.h index 026e9a8cac..e9c15e3489 100644 --- a/camel/camel-pgp-mime.h +++ b/camel/camel-pgp-mime.h @@ -41,12 +41,12 @@ gboolean camel_pgp_mime_is_rfc2015_encrypted (CamelMimePart *part); void camel_pgp_mime_part_sign (CamelPgpContext *context, CamelMimePart **mime_part, const char *userid, - CamelPgpHashType hash, + CamelCipherHash hash, CamelException *ex); -CamelPgpValidity *camel_pgp_mime_part_verify (CamelPgpContext *context, - CamelMimePart *mime_part, - CamelException *ex); +CamelCipherValidity *camel_pgp_mime_part_verify (CamelPgpContext *context, + CamelMimePart *mime_part, + CamelException *ex); void camel_pgp_mime_part_encrypt (CamelPgpContext *context, CamelMimePart **mime_part, -- cgit