remove misleading comment

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2057 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
nils 2005-01-09 20:10:44 +00:00
parent 2f15c03218
commit 9ac35022af
1 changed files with 0 additions and 2 deletions

View File

@ -297,8 +297,6 @@ int sc_pkcs15_change_pin(struct sc_pkcs15_card *p15card,
if (pin->flags & SC_PKCS15_PIN_FLAG_NEEDS_PADDING)
data.flags |= SC_PIN_CMD_NEED_PADDING;
/* XXX: we assume here that the pin encoding type is the same for
* both pins */
switch (pin->type) {
case SC_PKCS15_PIN_TYPE_BCD:
data.pin1.encoding = SC_PIN_ENCODING_BCD;