aboutsummaryrefslogtreecommitdiffstats
path: root/g10/seckey-cert.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/seckey-cert.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/seckey-cert.c b/g10/seckey-cert.c
index 4ee0485ca..d875e6333 100644
--- a/g10/seckey-cert.c
+++ b/g10/seckey-cert.c
@@ -187,6 +187,9 @@ check_secret_key( PKT_secret_key *sk, int n )
break;
}
+ if( !rc )
+ write_status( STATUS_GOOD_PASSPHRASE );
+
return rc;
}