mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
(osc_get_status): Fixed type in function name. Noted by
Axel Thimm. Yes, I didn't tested it with OpenSC :-(.
This commit is contained in:
parent
feb40e2c6e
commit
a4ef559d6c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-06-16 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* apdu.c (osc_get_status): Fixed type in function name. Noted by
|
||||
Axel Thimm. Yes, I didn't tested it with OpenSC :-(.
|
||||
|
||||
2004-04-28 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* app-openpgp.c (do_setattr): Sync FORCE_CHV1.
|
||||
|
|
|
@ -1309,7 +1309,7 @@ reset_osc_reader (int slot)
|
|||
|
||||
|
||||
static int
|
||||
ocsc_get_status (int slot, unsigned int *status)
|
||||
osc_get_status (int slot, unsigned int *status)
|
||||
{
|
||||
return SW_HOST_NOT_SUPPORTED;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue