Differences From Artifact [0c1884cff7]:
- File cackey.c — part of check-in [66ea8c8073] at 2012-04-21 01:13:13 on branch trunk — Fixed issue with C_GetMechanismList reporting wrong number of mechanisms when asked (user: rkeene, size: 175916) [annotate] [blame] [check-ins using]
To Artifact [e9059b3fc8]:
- File cackey.c — part of check-in [dbd79de227] at 2012-04-21 01:14:20 on branch trunk — Fixed issue with C_GetMechanismList rejecting valid buffer sizes (user: rkeene, size: 175916) [annotate] [blame] [check-ins using]
︙ | |||
3849 3850 3851 3852 3853 3854 3855 | 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 | - + | *pulCount = 1; CACKEY_DEBUG_PRINTF("Returning CKR_OK (%i)", CKR_OK); return(CKR_OK); } |
︙ |