Remove get slot description and use the reader string from pcsclite.

This commit is contained in:
Alessio Di Mauro
2015-09-09 15:54:16 +02:00
parent 44dae19348
commit 8f3e9230f3
4 changed files with 0 additions and 16 deletions
-2
View File
@@ -4,14 +4,12 @@
#include "pkcs11.h"
#include "vendor_ids.h"
typedef CK_RV (*get_s_description_f)(CK_UTF8CHAR_PTR, CK_ULONG);
typedef CK_RV (*get_s_manufacturer_f)(CK_UTF8CHAR_PTR, CK_ULONG);
typedef CK_RV (*get_s_flags_f)(CK_FLAGS_PTR);
typedef CK_RV (*get_s_version_f)(CK_VERSION_PTR);
typedef struct {
get_s_description_f get_slot_description;
get_s_manufacturer_f get_slot_manufacturer;
get_s_flags_f get_slot_flags;
get_s_version_f get_slot_version;