From 226bfaac7413cc2139b9ba66ae44ba5dc36e393f Mon Sep 17 00:00:00 2001 From: vtarasov Date: Sun, 5 Jun 2011 16:51:36 +0000 Subject: [PATCH] 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 --- src/libopensc/pkcs15.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/libopensc/pkcs15.h b/src/libopensc/pkcs15.h index 66535bf7..ba9a7357 100644 --- a/src/libopensc/pkcs15.h +++ b/src/libopensc/pkcs15.h @@ -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;