diff options
Diffstat (limited to 'camel/camel-cipher-context.h')
-rw-r--r-- | camel/camel-cipher-context.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/camel-cipher-context.h b/camel/camel-cipher-context.h index 80f07f2a43..5147cc5ebc 100644 --- a/camel/camel-cipher-context.h +++ b/camel/camel-cipher-context.h @@ -43,7 +43,8 @@ typedef enum { CAMEL_CIPHER_HASH_DEFAULT, CAMEL_CIPHER_HASH_MD2, CAMEL_CIPHER_HASH_MD5, - CAMEL_CIPHER_HASH_SHA1 + CAMEL_CIPHER_HASH_SHA1, + CAMEL_CIPHER_HASH_RIPEMD160 } CamelCipherHash; typedef struct _CamelCipherContext { |