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, 1 insertions, 1 deletions
diff --git a/g10/passphrase.c b/g10/passphrase.c
index fe41ae034..50bb0e18d 100644
--- a/g10/passphrase.c
+++ b/g10/passphrase.c
@@ -359,7 +359,7 @@ passphrase_to_dek (int cipher_algo, STRING2KEY *s2k,
if (*canceled)
{
xfree (pw);
- write_status( STATUS_MISSING_PASSPHRASE );
+ write_status( STATUS_CANCELED_BY_USER );
return NULL;
}
}