aboutsummaryrefslogtreecommitdiffstats
path: root/g10/passphrase.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/passphrase.c')
-rw-r--r--g10/passphrase.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/passphrase.c b/g10/passphrase.c
index c3d42dc0e..122b251dd 100644
--- a/g10/passphrase.c
+++ b/g10/passphrase.c
@@ -627,6 +627,7 @@ passphrase_to_dek (u32 *keyid, int pubkey_algo,
if (*canceled)
{
xfree (pw);
+ write_status( STATUS_MISSING_PASSPHRASE );
return NULL;
}
if (!pw)
@@ -642,6 +643,7 @@ passphrase_to_dek (u32 *keyid, int pubkey_algo,
{
xfree (pw);
xfree (pw2);
+ write_status( STATUS_MISSING_PASSPHRASE );
return NULL;
}
if (!pw2)