diff options
author | Werner Koch <wk@gnupg.org> | 2003-12-17 13:27:51 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-12-17 13:27:51 +0100 |
commit | c4182e3e24546c248f932d9acd46b79105841f38 (patch) | |
tree | f282dfe2ba25ea11c77571c5864d22f6a10e007b /scd/card-common.h | |
parent | Replaced deprecated type names (diff) | |
download | gnupg2-c4182e3e24546c248f932d9acd46b79105841f38.tar.xz gnupg2-c4182e3e24546c248f932d9acd46b79105841f38.zip |
Replaced deprecated type names.
* card-p15.c (p15_enum_keypairs): Replaced KRC by RC.
* card-dinsig.c (dinsig_enum_keypairs): Ditto.
Diffstat (limited to 'scd/card-common.h')
-rw-r--r-- | scd/card-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/card-common.h b/scd/card-common.h index 31f0dfe8f..cefaf120f 100644 --- a/scd/card-common.h +++ b/scd/card-common.h @@ -60,7 +60,7 @@ struct card_ctx_s { /*-- card.c --*/ gpg_error_t map_sc_err (int rc); -int card_help_get_keygrip (KsbaCert cert, unsigned char *array); +int card_help_get_keygrip (ksba_cert_t cert, unsigned char *array); /*-- card-15.c --*/ void p15_release_private_data (CARD card); |