Changeset 407 for branches/thune/thread_safe/files.c
- Timestamp:
- 06/08/07 23:06:09 (18 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/files.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/files.c
r389 r407 781 781 bin->used = 20; 782 782 783 SHA1 Init( &context );784 SHA1 Update( &context, (uint8_t*) cpA, cpB - cpA );785 SHA1 Final( bin->ptr.b, &context);786 783 SHA1_Init( &context ); 784 SHA1_Update( &context, (uint8_t*) cpA, cpB - cpA ); 785 SHA1_Final( &context, bin->ptr.b ); 786 787 787 ur_initType(res, UT_BINARY); 788 788 ur_setSeries(res, binN, 0);
