diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-09-26 08:08:17 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-09-26 08:08:17 +0800 |
commit | 99949cdd3907da9d310fe4a8f8bf927fd4069e58 (patch) | |
tree | 79c296f1224c1a4a7491ba76e25b687f49c91f01 /camel/camel-pgp-context.h | |
parent | efdd8e72f9bae4ece3e94225f226efca4013863f (diff) | |
download | gsoc2013-evolution-99949cdd3907da9d310fe4a8f8bf927fd4069e58.tar.gz gsoc2013-evolution-99949cdd3907da9d310fe4a8f8bf927fd4069e58.tar.zst gsoc2013-evolution-99949cdd3907da9d310fe4a8f8bf927fd4069e58.zip |
No longer takes a remember argument. (pgp_sign): Only uncache the
2001-09-25 Jeffrey Stedfast <fejj@ximian.com>
* camel-pgp-context.c (camel_pgp_context_new): No longer takes a
remember argument.
(pgp_sign): Only uncache the passphrase on failure.
(pgp_clearsign): Same.
(pgp_encrypt): Here too.
(pgp_decrypt): And here.
(pass_free): New function to zero the passphrase before freeing
it.
svn path=/trunk/; revision=13138
Diffstat (limited to 'camel/camel-pgp-context.h')
-rw-r--r-- | camel/camel-pgp-context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-pgp-context.h b/camel/camel-pgp-context.h index 79149d60d4..4cf72b6174 100644 --- a/camel/camel-pgp-context.h +++ b/camel/camel-pgp-context.h @@ -61,7 +61,7 @@ typedef struct _CamelPgpContextClass { CamelType camel_pgp_context_get_type (void); CamelPgpContext *camel_pgp_context_new (CamelSession *session, CamelPgpType type, - const char *path, gboolean remember); + const char *path); /* PGP routines */ #define camel_pgp_sign(c, u, h, i, o, e) camel_cipher_sign (CAMEL_CIPHER_CONTEXT (c), u, h, i, o, e) |