diff options
Diffstat (limited to 'g10/card-util.c')
-rw-r--r-- | g10/card-util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/card-util.c b/g10/card-util.c index 1abcde894..12b229341 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -58,6 +58,7 @@ write_sc_op_status (gpg_error_t err) break; #if GNUPG_MAJOR_VERSION != 1 case GPG_ERR_CANCELED: + case GPG_ERR_FULLY_CANCELED: write_status_text (STATUS_SC_OP_FAILURE, "1"); break; case GPG_ERR_BAD_PIN: |