aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-cipher-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-cipher-context.h')
-rw-r--r--camel/camel-cipher-context.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/camel/camel-cipher-context.h b/camel/camel-cipher-context.h
index c3a6641967..452c093eef 100644
--- a/camel/camel-cipher-context.h
+++ b/camel/camel-cipher-context.h
@@ -51,11 +51,12 @@ typedef struct _CamelCipherContext {
CamelObject parent_object;
struct _CamelCipherContextPrivate *priv;
-
- const char *protocol; /* this MUST be set by implementors */
CamelSession *session;
+ /* these MUST be set by implementors */
+ const char *sign_protocol;
+ const char *encrypt_protocol;
} CamelCipherContext;
typedef struct _CamelCipherContextClass {