From 9ac35022af706eff992436fd721e53927f40d4ca Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 9 Jan 2005 20:10:44 +0000 Subject: [PATCH] remove misleading comment git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2057 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/libopensc/pkcs15-pin.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libopensc/pkcs15-pin.c b/src/libopensc/pkcs15-pin.c index 682d9374..85ce87f3 100644 --- a/src/libopensc/pkcs15-pin.c +++ b/src/libopensc/pkcs15-pin.c @@ -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;