MyEID: to be compiled with Visual Studio

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4715 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
viktor.tarasov 2010-09-13 07:55:12 +00:00
parent cae16b6ef8
commit 19df2c812b
1 changed files with 1 additions and 1 deletions

View File

@ -453,9 +453,9 @@ static int myeid_delete_file(struct sc_card *card, const struct sc_path *path)
static int myeid_pin_cmd(sc_card_t *card, struct sc_pin_cmd_data *data,
int *tries_left)
{
SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
myeid_private_data_t *priv = (myeid_private_data_t *) card->drv_data;
SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
sc_debug(card->ctx, SC_LOG_DEBUG_NORMAL, "ref (%d), pin1 len(%d), pin2 len (%d)\n",
data->pin_reference, data->pin1.len, data->pin2.len);