summaryrefslogtreecommitdiffstats
path: root/scd/card.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-03-16 19:59:21 +0100
committerWerner Koch <wk@gnupg.org>2004-03-16 19:59:21 +0100
commite209ea3c39e7110d94e4420513f397d8656a75b7 (patch)
tree6ce23948ac5b3c3c1c0bb0205fc953fe7a24f13e /scd/card.c
parent(main): Implemented --gpgconf-list. (diff)
downloadgnupg2-e209ea3c39e7110d94e4420513f397d8656a75b7.tar.xz
gnupg2-e209ea3c39e7110d94e4420513f397d8656a75b7.zip
* app-dinsig.c: Implemented. Based on app-nks.c and card-dinsig.c
* app-nks.c (get_length_of_cert): Removed. * app-help.c: New. (app_help_read_length_of_cert): New. Code taken from above. New optional arg R_CERTOFF. * card-dinsig.c: Removed. * card.c (card_get_serial_and_stamp): Do not bind to the old and never finsiged card-dinsig.c. * iso7816.c (iso7816_read_binary): Allow for an NMAX > 254.
Diffstat (limited to 'scd/card.c')
-rw-r--r--scd/card.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/scd/card.c b/scd/card.c
index 8366dcb1c..9ec2a52c5 100644
--- a/scd/card.c
+++ b/scd/card.c
@@ -325,8 +325,6 @@ card_get_serial_and_stamp (CARD card, char **serial, time_t *stamp)
}
if (card->p15card)
card_p15_bind (card);
- else
- card_dinsig_bind (card);
card->fnc.initialized = 1;
}