mechanism.c: Removal of unused variables.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4965 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
andre 2010-12-17 18:47:41 +00:00
parent 1a5c0aea24
commit b58592d297
1 changed files with 0 additions and 2 deletions

View File

@ -429,8 +429,6 @@ static CK_RV
sc_pkcs11_signature_size(sc_pkcs11_operation_t *operation, CK_ULONG_PTR pLength)
{
struct sc_pkcs11_object *key;
CK_ULONG ec_point_size = 0;
CK_BYTE_PTR ec_point = NULL;
CK_ATTRIBUTE attr = { CKA_MODULUS_BITS, pLength, sizeof(*pLength) };
CK_KEY_TYPE key_type;
CK_ATTRIBUTE attr_key_type = { CKA_KEY_TYPE, &key_type, sizeof(key_type) };