aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-multipart-signed.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-multipart-signed.h')
-rw-r--r--camel/camel-multipart-signed.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/camel/camel-multipart-signed.h b/camel/camel-multipart-signed.h
index 2b0df64189..42d0e19ddb 100644
--- a/camel/camel-multipart-signed.h
+++ b/camel/camel-multipart-signed.h
@@ -33,7 +33,6 @@ extern "C" {
#endif /* __cplusplus }*/
#include <camel/camel-multipart.h>
-#include <camel/camel-cipher-context.h>
#define CAMEL_MULTIPART_SIGNED_TYPE (camel_multipart_signed_get_type ())
#define CAMEL_MULTIPART_SIGNED(obj) (CAMEL_CHECK_CAST((obj), CAMEL_MULTIPART_SIGNED_TYPE, CamelMultipartSigned))
@@ -93,12 +92,6 @@ CamelMultipartSigned *camel_multipart_signed_new (void);
CamelStream *camel_multipart_signed_get_content_stream(CamelMultipartSigned *mps, CamelException *ex);
-int camel_multipart_signed_sign (CamelMultipartSigned *mps, CamelCipherContext *context,
- CamelMimePart *content, const char *uiserid,
- CamelCipherHash hash, CamelException *ex);
-CamelCipherValidity *camel_multipart_signed_verify (CamelMultipartSigned *mps, CamelCipherContext *context,
- CamelException *ex);
-
#ifdef __cplusplus
}
#endif /* __cplusplus */