Changeset 2123 for box/trunk/test
- Timestamp:
- 04/04/2008 21:22:29 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/test/backupdiff/testbackupdiff.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/test/backupdiff/testbackupdiff.cpp
r2122 r2123 126 126 uint64_t iv = box_ntoh64(hdr.mEntryIVBase); 127 127 iv += b; 128 sBlowfishDecryptBlockEntry.SetIV(&iv); 128 sBlowfishDecryptBlockEntry.SetIV(&iv); 129 129 file_BlockIndexEntryEnc entryEnc; 130 130 sBlowfishDecryptBlockEntry.TransformBlock(&entryEnc, … … 145 145 nold++; 146 146 BOX_TRACE(std::setw(8) << b << " other i=" << 147 std::setw(8) << (0-s) << 147 std::setw(8) << (0-s) << " " << 148 148 std::setw(8) << ntohl(entryEnc.mSize) << " " << 149 149 std::setw(8) << std::setfill('0') <<
Note: See TracChangeset
for help on using the changeset viewer.
