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
-1
View File
@@ -3,7 +3,6 @@
#include "pkcs11.h"
CK_RV YUBICO_get_slot_description(CK_UTF8CHAR_PTR str, CK_ULONG len);
CK_RV YUBICO_get_slot_manufacturer(CK_UTF8CHAR_PTR str, CK_ULONG len);
CK_RV YUBICO_get_slot_flags(CK_FLAGS_PTR flags);
CK_RV YUBICO_get_slot_version(CK_VERSION_PTR version);