Hi! For smart card access I wrote a program according to the opensc pkcs11-tool. So far so good. Now i need to know some detail information about the objects stored on the card. pkcs11-tool.c uses the following methods to get these infos: Does anyone know which .so file I have to link to use them?
gcc-output: : undefined reference to `getCLASS' : undefined reference to `getKEY_TYPE' : undefined reference to `getMODULUS_BITS' : undefined reference to `getLABEL' : undefined reference to `getID' : undefined reference to `getENCRYPT' : undefined reference to `getDECRYPT' : undefined reference to `getSIGN'
