aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-smime-context.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-smime-context.c')
-rw-r--r--camel/camel-smime-context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-smime-context.c b/camel/camel-smime-context.c
index 94ad6de69c..019d16d1d9 100644
--- a/camel/camel-smime-context.c
+++ b/camel/camel-smime-context.c
@@ -953,6 +953,7 @@ sm_decrypt(CamelCipherContext *context, CamelMimePart *ipart, CamelMimePart *opa
this api to do this ... */
ostream = camel_stream_mem_new();
+ camel_stream_mem_set_secure((CamelStreamMem *)ostream);
/* FIXME: stream this to the decoder incrementally */
istream = (CamelStreamMem *)camel_stream_mem_new();