completely initialize the sc_pkcs11_framework_ops structure (using NULL

for undefined callbacks)


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3498 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2008-04-28 07:36:07 +00:00
parent 040ac682d8
commit 0b239489fc
1 changed files with 5 additions and 0 deletions

View File

@ -173,6 +173,11 @@ struct sc_pkcs11_framework_ops framework_pkcs15init = {
pkcs15init_logout,
pkcs15init_change_pin,
pkcs15init_initialize,
NULL, /* init_pin */
NULL, /* create_object */
NULL, /* gen_keypair */
NULL, /* seed_random */
NULL, /* get_random */
};
#else /* ifdef USE_PKCS15_INIT */