diff options
Diffstat (limited to 'mail/mail-crypto.c')
-rw-r--r-- | mail/mail-crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-crypto.c b/mail/mail-crypto.c index 506a4a256d..dc8242dbc3 100644 --- a/mail/mail-crypto.c +++ b/mail/mail-crypto.c @@ -424,7 +424,7 @@ mail_crypto_openpgp_encrypt (const char *plaintext, GPtrArray *recipient_list = NULL; int retval, i, r; char *path, *argv[12]; - char *passphrase, *ciphertext = NULL, *diagnostics = NULL; + char *passphrase = NULL, *ciphertext = NULL, *diagnostics = NULL; int passwd_fds[2]; char passwd_fd[32]; |