Differences From Artifact [adf04fca8e]:
- File tclpkcs11.c — part of check-in [774b9d1bc0] at 2010-10-10 17:56:44 on branch trunk — Updated to not call Tcl_ObjPrintf() since this is not in Tcl 8.4 (user: rkeene, size: 47682) [annotate] [blame] [check-ins using]
To Artifact [c3ee986c0c]:
- File tclpkcs11.c — part of check-in [35de72dc72] at 2010-10-10 17:59:40 on branch trunk — Fixed issue with bytearray conversion (user: rkeene, size: 47702) [annotate] [blame] [check-ins using]
︙ | |||
246 247 248 249 250 251 252 | 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 | - - + + | char buf[1024]; if (data == NULL) { return(retval); } for (bufidx = idx = 0; (idx < datalen) && (bufidx < sizeof(buf)); idx++) { |
︙ |