[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.12 and 1.13

version 1.12, 2014/03/26 04:55:35 version 1.13, 2014/05/02 03:27:54
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 *)
         __bounded((__minbytes__,4, 3 * sizeof(CK_ATTRIBUTE)));          __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.12  
changed lines
  Added in v.1.13