Changeset 110
- Timestamp:
- 10/24/08 08:39:04 (3 years ago)
- File:
-
- 1 edited
-
trunk/src/engine_pkcs11.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/engine_pkcs11.c
r105 r110 115 115 116 116 /* pin in the call back data, copy and use */ 117 if (mycb ->password) {117 if (mycb != NULL && mycb->password) { 118 118 pin = (char *)calloc(MAX_PIN_LENGTH, sizeof(char)); 119 119 if (!pin)
Note: See TracChangeset
for help on using the changeset viewer.
