git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2309 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
nils 2005-04-16 10:37:14 +00:00
parent 0838631107
commit bf089a8fbb
2 changed files with 1 additions and 4 deletions

View File

@ -708,7 +708,7 @@ static void parse_sec_attr_44(sc_file_t *file, const u8 *buf, size_t len)
u8 bValue;
int i;
int iKeyRef;
int iKeyRef = 0;
int iMethod;
int iPinCount;
int iOffset = 0;

View File

@ -372,10 +372,8 @@ setcos_generate_store_key(sc_profile_t *profile, sc_card_t *card,
struct sc_cardctl_setcos_gen_store_key_info args;
struct sc_cardctl_setcos_data_obj data_obj;
unsigned char raw_pubkey[256];
unsigned char pinbuf[12];
int r, mod_len;
sc_file_t *prkf = NULL;
u8 bData[32];
/* Parameter check */
if ( (keybits < 512) || (keybits > 1024) || (keybits & 0X7)) {
@ -477,7 +475,6 @@ setcos_create_pin_internal(sc_profile_t *profile, sc_card_t *card,
u8 data[32];
int so_pin_ref;
int r;
int pin_type;
struct sc_cardctl_setcos_data_obj data_obj;
sc_file_t *pinfile = NULL;