mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01: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
@ -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>
|
2004-04-28 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* app-openpgp.c (do_setattr): Sync FORCE_CHV1.
|
* app-openpgp.c (do_setattr): Sync FORCE_CHV1.
|
||||||
|
@ -1309,7 +1309,7 @@ reset_osc_reader (int slot)
|
|||||||
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
ocsc_get_status (int slot, unsigned int *status)
|
osc_get_status (int slot, unsigned int *status)
|
||||||
{
|
{
|
||||||
return SW_HOST_NOT_SUPPORTED;
|
return SW_HOST_NOT_SUPPORTED;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user