diff options
Diffstat (limited to 'agent/protect.c')
-rw-r--r-- | agent/protect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/protect.c b/agent/protect.c index d6457ad2a..54f6bd38a 100644 --- a/agent/protect.c +++ b/agent/protect.c @@ -775,6 +775,7 @@ agent_unprotect (const unsigned char *protectedkey, const char *passphrase, if (!n) return gpg_error (GPG_ERR_INV_SEXP); + cleartext = NULL; /* Avoid cc warning. */ rc = do_decryption (s, n, passphrase, s2ksalt, s2kcount, iv, 16, |