Remove unused variable

This commit is contained in:
julien.pierre.bugs%sun.com 2005-04-02 05:26:58 +00:00
parent e413d4ae39
commit bfae460ea7
2 changed files with 0 additions and 2 deletions

View File

@ -62,7 +62,6 @@ static void Usage(char *progName)
int main(int argc, char **argv)
{
char *progName;
int option;
FILE *outFile;
PRFileDesc *inFile;
SECItem der;

View File

@ -319,7 +319,6 @@ PrintKey(PK11SymKey *symKey)
int len = PK11_GetKeyLength(symKey);
int strength = PK11_GetKeyStrength(symKey, NULL);
SECItem *value = NULL;
SECItem *id = NULL; /* need to read the ID of a key */
CK_KEY_TYPE type = PK11_GetSymKeyType(symKey);
(void) PK11_ExtractKeyValue(symKey);