diff options
Diffstat (limited to 'scd/sc-investigate.c')
-rw-r--r-- | scd/sc-investigate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/sc-investigate.c b/scd/sc-investigate.c index 0de0c95a3..e6b4c4afb 100644 --- a/scd/sc-investigate.c +++ b/scd/sc-investigate.c @@ -145,11 +145,11 @@ main (int argc, char **argv ) rc = atr_dump (slot, stdout); if (rc) - log_error ("can't dump ATR: %s\n", gnupg_strerror (rc)); + log_error ("can't dump ATR: %s\n", gpg_strerror (rc)); rc = app_select_openpgp (slot); if (rc) - log_error ("selecting openpgp failed: %s\n", gnupg_strerror (rc)); + log_error ("selecting openpgp failed: %s\n", gpg_strerror (rc)); else log_info ("openpgp application selected\n"); |