diff options
author | Werner Koch <[email protected]> | 2004-06-16 12:38:01 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-06-16 12:38:01 +0000 |
commit | a4ef559d6cf734a86231ea3e189f76d961f1c3fb (patch) | |
tree | 9514a4a051c306adf05bfa5945d1d65cbfdf27a1 /scd/apdu.c | |
parent | * xreadline.c: New. Based on the iobuf_read_line function. (diff) | |
download | gnupg-a4ef559d6cf734a86231ea3e189f76d961f1c3fb.tar.gz gnupg-a4ef559d6cf734a86231ea3e189f76d961f1c3fb.zip |
(osc_get_status): Fixed type in function name. Noted by
Axel Thimm. Yes, I didn't tested it with OpenSC :-(.
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; } |