Skip to content

Commit

Permalink
re #11569 missed an important line
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDraper committed May 20, 2015
1 parent 969bca7 commit 5e75fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/Framework/Kernel/src/ChecksumHelper.cpp
Expand Up @@ -29,6 +29,7 @@ std::string createSHA1(const std::string &data,

SHA1Engine sha1;
DigestOutputStream outstr(sha1);
outstr << header << data;
outstr.flush(); // to pass everything to the digest engine
return DigestEngine::digestToHex(sha1.digest());
}
Expand Down

0 comments on commit 5e75fae

Please sign in to comment.