Added basic multivendor support for token information.

This commit is contained in:
Alessio Di Mauro
2015-07-03 17:23:16 +02:00
parent 2b2fe1f9fa
commit f95c6f2f2d
7 changed files with 154 additions and 13 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef YUBICO_H
#define YUBICO_H
#include "pkcs11.h"
CK_VERSION YUBICO_get_version(char *version, int len);
#endif