diff options
Diffstat (limited to 'camel/camel-pgp-context.c')
-rw-r--r-- | camel/camel-pgp-context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-pgp-context.c b/camel/camel-pgp-context.c index 5b435a6941..3193f5d8b2 100644 --- a/camel/camel-pgp-context.c +++ b/camel/camel-pgp-context.c @@ -473,6 +473,7 @@ crypto_exec_with_passwd (const char *path, char *argv[], const char *input, int /** * camel_pgp_sign: * @context: PGP Context + * @userid: private key to use to sign the stream * @hash: preferred Message-Integrity-Check hash algorithm * @istream: input stream * @ostream: output stream |