Changeset 226bfaa in OpenSC


Ignore:
Timestamp:
06/05/11 16:51:36 (12 months ago)
Author:
vtarasov <vtarasov@…>
Branches:
master, staging
Children:
d5b8a6c
Parents:
efc5760
git-author:
vtarasov <vtarasov@…> (06/05/11 16:51:36)
git-committer:
vtarasov <vtarasov@…> (06/05/11 16:51:36)
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libopensc/pkcs15.h

    rd888b3f r226bfaa  
    7979        int  reference; 
    8080        u8  pad_char; 
    81  }; 
     81}; 
    8282struct sc_pkcs15_authkey_attributes { 
    8383        int derived; 
    8484        struct sc_pkcs15_id skey_id; 
    85  }; 
     85}; 
    8686struct sc_pkcs15_biometric_attributes { 
    87  }; 
     87        unsigned int flags; 
     88        struct sc_object_id template_id; 
     89        /* ... */ 
     90}; 
    8891struct sc_pkcs15_auth_info { 
    8992        struct sc_pkcs15_id  auth_id; 
Note: See TracChangeset for help on using the changeset viewer.