Skip to content

Commit

Permalink
wip - looks like its broken rn......
Browse files Browse the repository at this point in the history
  • Loading branch information
sbiscigl committed Oct 7, 2024
1 parent 3d33120 commit a292b71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ namespace smithy
else if (lowered == "crc32")
{
std::shared_ptr<Aws::Utils::Crypto::CRC32> crc32 = Aws::MakeShared<Aws::Utils::Crypto::CRC32>(CHECKSUM_INTERCEPTOR_LOG_TAG);
httpRequest->AddResponseValidationHash("crc", crc32);
httpRequest->AddResponseValidationHash("crc32", crc32);
}
else if (lowered == "sha1")
{
Expand Down

0 comments on commit a292b71

Please sign in to comment.