tcos: Drop undocumented tags from security environment data

This commit is contained in:
Jakub Jelen 2019-12-03 10:49:41 +01:00 committed by Frank Morgner
parent bee5c6d639
commit 88e3c44f22
1 changed files with 0 additions and 1 deletions

View File

@ -510,7 +510,6 @@ static int tcos_set_security_env(sc_card_t *card, const sc_security_env_t *env,
sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, tcos3 ? 0x41 : 0xC1, 0xB8);
p = sbuf;
*p++=0x80; *p++=0x01; *p++=tcos3 ? 0x0A : 0x10;
if (env->flags & SC_SEC_ENV_KEY_REF_PRESENT) {
*p++ = (env->flags & SC_SEC_ENV_KEY_REF_SYMMETRIC) ? 0x83 : 0x84;
*p++ = env->key_ref_len;