- Timestamp:
- May 11, 2007 3:14:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/src/pjlib-util-test/encryption.c
r1016 r1266 385 385 386 386 /* CRC32 test data, generated from crc32 test on a Linux box */ 387 struct 387 struct crc32_test_t 388 388 { 389 389 char *input; … … 552 552 return PJ_ENOMEM; 553 553 554 input = pj_pool_alloc(pool, input_len);554 input = (pj_uint8_t*)pj_pool_alloc(pool, input_len); 555 555 pj_memset(input, '\xaa', input_len); 556 556
Note: See TracChangeset
for help on using the changeset viewer.