Changeset 3510 for trunk/src/tools/piv-tool.c
- Timestamp:
- 05/05/08 15:00:01 (7 months ago)
- Files:
-
- 1 modified
-
trunk/src/tools/piv-tool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tools/piv-tool.c
r3405 r3510 122 122 der = malloc(derlen); 123 123 if (der == NULL) { 124 printf("file %s is too big, %d\n", cert_file, derlen); 124 printf("file %s is too big, %lu\n", 125 cert_file, (unsigned long)derlen); 125 126 return-1 ; 126 127 }
