YKCS11: minor fix.

This commit is contained in:
Alessio Di Mauro
2015-11-06 16:10:35 +01:00
parent 46455168a2
commit 94f8d57af9
+1 -1
View File
@@ -123,7 +123,7 @@ CK_RV YUBICO_get_token_manufacturer(CK_UTF8CHAR_PTR str, CK_ULONG len) {
return CKR_OK; return CKR_OK;
} }
#include "debug.h"
CK_RV YUBICO_get_token_model(ykpiv_state *state, CK_UTF8CHAR_PTR str, CK_ULONG len) { CK_RV YUBICO_get_token_model(ykpiv_state *state, CK_UTF8CHAR_PTR str, CK_ULONG len) {
char buf[16]; char buf[16];