Skip to content

Commit

Permalink
Removed unused variable 'attribute'.
Browse files Browse the repository at this point in the history
  • Loading branch information
wchang0222%aol.com committed Dec 23, 2003
1 parent b40101f commit a1e8e52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion security/nss/lib/softoken/pkcs11.c
Expand Up @@ -1040,7 +1040,6 @@ pk11_handlePublicKeyObject(PK11Session *session, PK11Object *object,
CK_BBOOL derive = CK_FALSE;
CK_BBOOL verify = CK_TRUE;
CK_ATTRIBUTE_TYPE pubKeyAttr = CKA_VALUE;
PK11Attribute *attribute;
CK_RV crv;

switch (key_type) {
Expand Down

0 comments on commit a1e8e52

Please sign in to comment.