diff options
Diffstat (limited to '')
-rw-r--r-- | scd/apdu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/apdu.c b/scd/apdu.c index 42b337238..9742be760 100644 --- a/scd/apdu.c +++ b/scd/apdu.c @@ -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; } |