aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-cipher-context.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-04-18 06:18:25 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-04-18 06:18:25 +0800
commit0f436d9a223e24184eaea2a2c4be90151fd3260a (patch)
tree0519eb3e5bad8dc35acd1fb88ab2f1712b9af394 /camel/camel-cipher-context.h
parent0df12dd6acfc2a97d5224ba8b05f1512056d52e9 (diff)
downloadgsoc2013-evolution-0f436d9a223e24184eaea2a2c4be90151fd3260a.tar
gsoc2013-evolution-0f436d9a223e24184eaea2a2c4be90151fd3260a.tar.gz
gsoc2013-evolution-0f436d9a223e24184eaea2a2c4be90151fd3260a.tar.bz2
gsoc2013-evolution-0f436d9a223e24184eaea2a2c4be90151fd3260a.tar.lz
gsoc2013-evolution-0f436d9a223e24184eaea2a2c4be90151fd3260a.tar.xz
gsoc2013-evolution-0f436d9a223e24184eaea2a2c4be90151fd3260a.tar.zst
gsoc2013-evolution-0f436d9a223e24184eaea2a2c4be90151fd3260a.zip
New source files to handle Pkcs7 encryption, decryption, signing, and
2001-04-17 Jeffrey Stedfast <fejj@ximian.com> * camel-pkcs7-context.[c,h]: New source files to handle Pkcs7 encryption, decryption, signing, and verifying. Not yet complete. I'm sensing this is going to take a while seeing as how NSS is just so well documented. svn path=/trunk/; revision=9435
Diffstat (limited to 'camel/camel-cipher-context.h')
-rw-r--r--camel/camel-cipher-context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-cipher-context.h b/camel/camel-cipher-context.h
index a2f0dd885f..acc1a88f90 100644
--- a/camel/camel-cipher-context.h
+++ b/camel/camel-cipher-context.h
@@ -41,6 +41,7 @@ typedef struct _CamelCipherValidity CamelCipherValidity;
typedef enum {
CAMEL_CIPHER_HASH_DEFAULT,
+ CAMEL_CIPHER_HASH_MD2,
CAMEL_CIPHER_HASH_MD5,
CAMEL_CIPHER_HASH_SHA1
} CamelCipherHash;