Changeset 3498 for trunk/src

Show
Ignore:
Timestamp:
04/28/08 07:36:07 (9 months ago)
Author:
ludovic.rousseau
Message:

completely initialize the sc_pkcs11_framework_ops structure (using NULL
for undefined callbacks)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/pkcs11/framework-pkcs15init.c

    r3086 r3498  
    174174        pkcs15init_change_pin, 
    175175        pkcs15init_initialize, 
     176        NULL, /* init_pin */ 
     177        NULL, /* create_object */ 
     178        NULL, /* gen_keypair */ 
     179        NULL, /* seed_random */ 
     180        NULL, /* get_random */ 
    176181}; 
    177182