Changeset 3524

Show
Ignore:
Timestamp:
05/22/08 14:37:57 (5 months ago)
Author:
ludovic.rousseau
Message:

completely initialize pkcs11_secret_key_ops structure with NULL pointers

secretkey.c:225: warning: missing initializer
secretkey.c:225: warning: (near initialization for 'pkcs11_secret_key_ops.destroy_object')

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/pkcs11/secretkey.c

    r2724 r3524  
    223223        sc_pkcs11_secret_key_get_attribute, 
    224224        sc_pkcs11_any_cmp_attribute, 
     225        NULL,   /* destroy_object */ 
     226        NULL,   /* get_size */ 
     227        NULL,   /* sign */ 
     228        NULL,   /* unwrap_key */ 
     229        NULL    /* decrypt */ 
    225230};