pkcs15: add few attributes to the biometric authentication data type ...

to make happy VS compiler


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5552 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
vtarasov 2011-06-05 16:51:36 +00:00
parent efc5760646
commit 226bfaac74
1 changed files with 6 additions and 3 deletions

View File

@ -78,13 +78,16 @@ struct sc_pkcs15_pin_attributes {
size_t min_length, stored_length, max_length;
int reference;
u8 pad_char;
};
};
struct sc_pkcs15_authkey_attributes {
int derived;
struct sc_pkcs15_id skey_id;
};
};
struct sc_pkcs15_biometric_attributes {
};
unsigned int flags;
struct sc_object_id template_id;
/* ... */
};
struct sc_pkcs15_auth_info {
struct sc_pkcs15_id auth_id;
struct sc_path path;