Changeset 3515
- Timestamp:
- 05/20/08 11:41:44 (6 months ago)
- Files:
-
- 1 modified
-
trunk/src/pkcs11/pkcs11-spy.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/pkcs11/pkcs11-spy.c
r3513 r3515 278 278 } 279 279 280 static void print_ptr_in(const char *name, CK_VOID_PTR ptr) 281 { 282 fprintf(spy_output, "[in] %s[%p]: \n", name, ptr); 283 } 284 280 285 CK_RV C_GetFunctionList 281 286 (CK_FUNCTION_LIST_PTR_PTR ppFunctionList) … … 303 308 304 309 enter("C_Initialize"); 310 print_ptr_in("pInitArgs", pInitArgs); 305 311 rv = po->C_Initialize(pInitArgs); 306 312 return retne(rv);
