diff options
| author | Werner Koch <[email protected]> | 2019-04-01 17:24:33 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2019-04-01 17:24:33 +0000 |
| commit | e47524c34a2a9f53c2507f67a0b41b460cee78b7 (patch) | |
| tree | df0c56fd412850391156a728f72e56f8c4499e15 /g10/call-agent.c | |
| parent | gpg: New card function agent_scd_keypairinfo. (diff) | |
| download | gnupg-e47524c34a2a9f53c2507f67a0b41b460cee78b7.tar.gz gnupg-e47524c34a2a9f53c2507f67a0b41b460cee78b7.zip | |
gpg: Prepare card code to allow other than OpenPGP cards.
* g10/call-agent.c (start_agent): Use card app auto selection.
* g10/card-util.c (current_card_status): Print the Application type.
(card_status): Put empty line between card listings.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'g10/call-agent.c')
| -rw-r--r-- | g10/call-agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/call-agent.c b/g10/call-agent.c index e5d5877ed..b02d6c68f 100644 --- a/g10/call-agent.c +++ b/g10/call-agent.c @@ -336,7 +336,7 @@ start_agent (ctrl_t ctrl, int flag_for_card) if (!(flag_for_card & FLAG_FOR_CARD_SUPPRESS_ERRORS)) rc = warn_version_mismatch (agent_ctx, SCDAEMON_NAME, 2); if (!rc) - rc = assuan_transact (agent_ctx, "SCD SERIALNO openpgp", + rc = assuan_transact (agent_ctx, "SCD SERIALNO", NULL, NULL, NULL, NULL, learn_status_cb, &info); if (rc && !(flag_for_card & FLAG_FOR_CARD_SUPPRESS_ERRORS)) |
