[BACK]Return to ssh-pkcs11.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-pkcs11.c between version 1.11 and 1.12

version 1.11, 2013/11/13 13:48:20 version 1.12, 2014/03/26 04:55:35
Line 377 
Line 377 
  */   */
 static int pkcs11_fetch_keys_filter(struct pkcs11_provider *, CK_ULONG,  static int pkcs11_fetch_keys_filter(struct pkcs11_provider *, CK_ULONG,
     CK_ATTRIBUTE [], CK_ATTRIBUTE [3], Key ***, int *)      CK_ATTRIBUTE [], CK_ATTRIBUTE [3], Key ***, int *)
         __attribute__((__bounded__(__minbytes__,4, 3 * sizeof(CK_ATTRIBUTE))));          __bounded((__minbytes__,4, 3 * sizeof(CK_ATTRIBUTE)));
   
 static int  static int
 pkcs11_fetch_keys(struct pkcs11_provider *p, CK_ULONG slotidx,  pkcs11_fetch_keys(struct pkcs11_provider *p, CK_ULONG slotidx,

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12