9 lines
119 B
C
9 lines
119 B
C
#ifndef YUBICO_H
|
|
#define YUBICO_H
|
|
|
|
#include "pkcs11.h"
|
|
|
|
CK_VERSION YUBICO_get_version(char *version, int len);
|
|
|
|
#endif
|