1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +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:
Werner Koch 2004-06-16 12:38:01 +00:00
parent feb40e2c6e
commit a4ef559d6c
2 changed files with 6 additions and 1 deletions

View file

@ -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;
}