Howdy, This was reported by a Debian user, and it looks like just a missing export of the symbol. The attached patch should fix things.
-- Eric Dorland <[email protected]> ICQ: #61138586, Jabber: [email protected]
diff --git a/lib/token.exports b/lib/token.exports index 9ac673b..42fa27c 100644 --- a/lib/token.exports +++ b/lib/token.exports @@ -5,5 +5,6 @@ pkcs11h_token_enumTokenIds pkcs11h_token_freeTokenId pkcs11h_token_freeTokenIdList pkcs11h_token_login +pkcs11h_token_logout pkcs11h_token_sameTokenId pkcs11h_token_serializeTokenId
signature.asc
Description: Digital signature
_______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
