Ignore:
Timestamp:
Feb 18, 2009, 2:42:03 PM (15 years ago)
Author:
mies
Message:

fixed: sha1 bug again
removed: debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/types/Identifier.cpp

    r2456 r2457  
    638638Identifier Identifier::sha1(const uint8_t* value, size_t length ) {
    639639        Identifier newKey;
    640         uint8_t temp[20];
     640        uint8_t temp[40];
     641        for (int i=0; i<40; i++) temp[i] = 0;
    641642
    642643        CSHA1 sha;
Note: See TracChangeset for help on using the changeset viewer.