From eee943f21ebc92e70cec963950c2fc0a29cab544 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 10 Apr 2001 15:47:00 +0000 Subject: Added camel-pgp-context.[c,h] to the build. Also added tests/smime/pgp.c 2001-04-06 Jeffrey Stedfast * Makefile.am: Added camel-pgp-context.[c,h] to the build. Also added tests/smime/pgp.c and Makefile.am * tests/smime/pgp.c: New test suite for PGP functions. * camel-pgp-context.c: Various fixes to get it to build. svn path=/trunk/; revision=9213 --- camel/camel-pgp-mime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camel/camel-pgp-mime.c') diff --git a/camel/camel-pgp-mime.c b/camel/camel-pgp-mime.c index 6d256ba0b2..72f29248a7 100644 --- a/camel/camel-pgp-mime.c +++ b/camel/camel-pgp-mime.c @@ -255,8 +255,8 @@ camel_pgp_mime_part_sign (CamelPgpContext *context, CamelMimePart **mime_part, c g_slist_free (encodings); /* construct the pgp-signature mime part */ - d(fprintf (stderr, "signature:\n%*.s\n", CAMEL_STREAM_MEM (sigstream)->buf->len, - CAMEL_STREAM_MEM (sigstream)->buf->data)); + d(fprintf (stderr, "signature:\n%*.s\n", CAMEL_STREAM_MEM (sigstream)->buffer->len, + CAMEL_STREAM_MEM (sigstream)->buffer->data)); signed_part = camel_mime_part_new (); camel_data_wrapper_construct_from_stream (CAMEL_DATA_WRAPPER (signed_part), sigstream); camel_object_unref (CAMEL_OBJECT (sigstream)); -- cgit