diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-04-17 00:05:33 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-04-17 00:05:33 +0800 |
commit | 500f1edcf48fd75b9dfc21c14efd9f58c51de844 (patch) | |
tree | 996b85510ddd46bf98fc9d0b7285ff0c005d2d2e | |
parent | d0df7bb2932cb4304fdc4476786f252672799ee1 (diff) | |
download | gsoc2013-evolution-500f1edcf48fd75b9dfc21c14efd9f58c51de844.tar.gz gsoc2013-evolution-500f1edcf48fd75b9dfc21c14efd9f58c51de844.tar.zst gsoc2013-evolution-500f1edcf48fd75b9dfc21c14efd9f58c51de844.zip |
eh?
svn path=/trunk/; revision=9377
-rw-r--r-- | camel/camel-pgp-context.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/camel/camel-pgp-context.c b/camel/camel-pgp-context.c index d5c6b9dde9..0ac877c004 100644 --- a/camel/camel-pgp-context.c +++ b/camel/camel-pgp-context.c @@ -1213,8 +1213,6 @@ pgp_decrypt (CamelCipherContext *ctx, CamelStream *istream, char passwd_fd[32]; int retval, i; - ctx = CAMEL_CIPHER_CONTEXT (context); - /* get the ciphertext in a form we can use */ ciphertext = g_byte_array_new (); stream = camel_stream_mem_new (); |