Index: passphrase.c =================================================================== --- passphrase.c +++ passphrase.c @@ -627,6 +627,7 @@ if (*canceled) { xfree (pw); + write_status( STATUS_MISSING_PASSPHRASE ); return NULL; } if (!pw) @@ -642,6 +643,7 @@ { xfree (pw); xfree (pw2); + write_status( STATUS_MISSING_PASSPHRASE ); return NULL; } if (!pw2)